mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
unsafely-disable-devtools-self-xss-warnings
This commit is contained in:
@@ -52,6 +52,7 @@ namespace VRCX
|
||||
cefSettings.CefCommandLineArgs["autoplay-policy"] = "no-user-gesture-required";
|
||||
cefSettings.CefCommandLineArgs.Add("disable-web-security");
|
||||
cefSettings.CefCommandLineArgs.Add("disk-cache-size", "2147483647");
|
||||
cefSettings.CefCommandLineArgs.Add("unsafely-disable-devtools-self-xss-warnings");
|
||||
|
||||
if (WebApi.ProxySet)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user