diff --git a/CefService.cs b/CefService.cs
index 70d4d131..d1ad7655 100644
--- a/CefService.cs
+++ b/CefService.cs
@@ -50,14 +50,14 @@ namespace VRCX
cefSettings.SetOffScreenRenderingBestPerformanceArgs(); // causes white screen sometimes?
if (Program.LaunchDebug)
+ {
cefSettings.RemoteDebuggingPort = 8088;
+ cefSettings.CefCommandLineArgs["remote-allow-origins"] = "*";
+ }
CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO (needed for synchronous configRepository)
CefSharpSettings.ShutdownOnExit = false;
- // Enable High-DPI support on Windows 7 or newer
- Cef.EnableHighDPISupport();
-
if (Cef.Initialize(cefSettings) == false)
{
throw new Exception("Cef.Initialize()");
diff --git a/VRCX.csproj b/VRCX.csproj
index 47e0e4f9..561ed81a 100644
--- a/VRCX.csproj
+++ b/VRCX.csproj
@@ -179,13 +179,13 @@
- 110.0.250
+ 111.2.20
- 110.0.250
+ 111.2.20
- 110.0.250
+ 111.2.20
1.1.3.18
@@ -194,7 +194,7 @@
7.1.3
- 13.0.2
+ 13.0.3
4.2.0
@@ -215,7 +215,7 @@
1.0.117
- 7.0.1
+ 7.0.2