]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/structs/PrivacyWebEngine.h
Add local storage domain settings.
[PrivacyBrowserPC.git] / src / structs / PrivacyWebEngine.h
index b536c4f1423bd5281755564e4a8715088d59c203..2d5035a6e916a0fa86f1ae2a67c51cb46135c539 100644 (file)
@@ -30,7 +30,7 @@ public:
     PrivacyWebEngine(QWebEngineView *inputWebEngineViewPointer);
 
     // The public variables.
-    bool cookiesEnabled;
+    bool localStorageEnabled;
     QWebEngineView *webEngineViewPointer;
 };
 #endif