Skip to content

Commit 4a86b21

Browse files
authored
Merge branch 'main' into feat/windows-game-bridge
2 parents 561c5cc + 8a164c3 commit 4a86b21

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Packages/Passport/Runtime/Scripts/Private/Uwb/UwbWebView.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public async UniTask Init(int engineStartupTimeoutMs, bool redactTokensInLogs, F
5252
WebBrowserClient browserClient = ui.browserClient;
5353
browserClient.engineStartupTimeout = engineStartupTimeoutMs;
5454

55+
// Disable sandbox for Windows VM compatibility
56+
browserClient.noSandbox = true;
57+
5558
// Apply Passport logging preferences to the UWB client
5659
UwbLogConfig.ApplyTo(browserClient);
5760

@@ -151,4 +154,4 @@ public void Dispose()
151154
}
152155
}
153156

154-
#endif
157+
#endif

0 commit comments

Comments
 (0)