diff --git a/App.config b/App.config
index ecdcf8a5..22d18a12 100644
--- a/App.config
+++ b/App.config
@@ -1,6 +1,10 @@
-
-
-
+
+
+
+
+
+
+
diff --git a/CefService.cs b/CefService.cs
index d0ff5c53..1509c351 100644
--- a/CefService.cs
+++ b/CefService.cs
@@ -20,7 +20,6 @@ namespace VRCX
{
CachePath = Path.Combine(Program.AppDataDirectory, "cache"),
UserDataPath = Path.Combine(Program.AppDataDirectory, "userdata"),
- IgnoreCertificateErrors = true,
LogSeverity = LogSeverity.Disable,
WindowlessRenderingEnabled = true,
PersistSessionCookies = true,
@@ -34,16 +33,16 @@ namespace VRCX
SchemeHandlerFactory = new FolderSchemeHandlerFactory(Application.StartupPath + "/../../../html")
});*/
+ // cefSettings.CefCommandLineArgs.Add("allow-universal-access-from-files");
// cefSettings.CefCommandLineArgs.Add("ignore-certificate-errors");
- cefSettings.CefCommandLineArgs.Add("disable-plugins");
+ // cefSettings.CefCommandLineArgs.Add("disable-plugins");
cefSettings.CefCommandLineArgs.Add("disable-spell-checking");
cefSettings.CefCommandLineArgs.Add("disable-pdf-extension");
cefSettings.CefCommandLineArgs["autoplay-policy"] = "no-user-gesture-required";
- // cefSettings.CefCommandLineArgs.Add("allow-universal-access-from-files");
cefSettings.CefCommandLineArgs.Add("disable-web-security");
cefSettings.SetOffScreenRenderingBestPerformanceArgs();
- CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
+ // CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO (needed for synchronous configRepository)
CefSharpSettings.ShutdownOnExit = false;
// Enable High-DPI support on Windows 7 or newer
diff --git a/Util.cs b/Util.cs
index f4e3ee82..7151ce6a 100644
--- a/Util.cs
+++ b/Util.cs
@@ -10,7 +10,7 @@ namespace VRCX
repository.Register("AppApi", AppApi.Instance, true);
repository.Register("SharedVariable", SharedVariable.Instance, false);
repository.Register("WebApi", WebApi.Instance, true);
- repository.Register("VRCXStorage", VRCXStorage.Instance, false);
+ repository.Register("VRCXStorage", VRCXStorage.Instance, true);
repository.Register("SQLite", SQLite.Instance, true);
repository.Register("LogWatcher", LogWatcher.Instance, true);
repository.Register("Discord", Discord.Instance, true);
diff --git a/app.manifest b/app.manifest
index 8b81d249..96f404e1 100644
--- a/app.manifest
+++ b/app.manifest
@@ -8,6 +8,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
@@ -28,13 +29,6 @@
-
-
- PerMonitorV2
- true/PM
-
-
-