Skip to content

Commit e3a8279

Browse files
authored
chrome-support: update sandbox disabling instructions (#107)
The XRSandbox feature was removed several years ago[1][2], so these instructions to be able to use OpenXR runtimes that don't support the XR_EXT_win32_appcontainer_compatible extension have not been working. Replace with --no-sandbox since that is now the only way to do this. [1] https://chromium.googlesource.com/chromium/src/+/f2935f81d3ba2839ac4ec8eebae6a80872e4c2ba [2] https://chromium-review.googlesource.com/c/chromium/src/+/3905866
1 parent 1ab3386 commit e3a8279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chrome-support.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ <h2 id='getting-openxr-win'>
115115
<b>Unsandboxed OpenXR</b>
116116
<br/><br/>
117117
To test Chrome with OpenXR runtimes that do not implement the <i>XR_EXT_win32_appcontainer_compatible</i> extension, WebXR sandboxing must be disabled.<br/><br/>
118-
<b>It is not recommended that you use Chrome with the following flags for daily browsing, as it disables certain security measures around Chrome interaction with VR hardware!</b><br/><br/>
119-
To disable Chrome's WebXR sandboxing, use the following command line option:
120-
<pre>--disable-features=XRSandbox</pre>
118+
<b>It is not recommended that you use Chrome with the following flags for daily browsing, as it disables many Chrome security measures!</b><br/><br/>
119+
To disable Chrome's sandboxing (including WebXR sandboxing), use the following command line option:
120+
<pre>--no-sandbox</pre>
121121
</p>
122122

123123
<h2 id='getting-openxr-android'>

0 commit comments

Comments
 (0)