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