chore(.NET): update deps

This commit is contained in:
Natsumi
2022-11-05 00:57:30 +13:00
parent 8fbd156d6d
commit 8e5175b4f2
2 changed files with 6 additions and 7 deletions

View File

@@ -38,7 +38,6 @@ namespace VRCX
cefSettings.CefCommandLineArgs.Add("disable-plugins");
cefSettings.CefCommandLineArgs.Add("disable-spell-checking");
cefSettings.CefCommandLineArgs.Add("disable-pdf-extension");
cefSettings.CefCommandLineArgs.Add("disable-extensions");
cefSettings.CefCommandLineArgs["autoplay-policy"] = "no-user-gesture-required";
// cefSettings.CefCommandLineArgs.Add("allow-universal-access-from-files");
cefSettings.CefCommandLineArgs.Add("disable-web-security");
@@ -63,4 +62,4 @@ namespace VRCX
Cef.Shutdown();
}
}
}
}