]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/structs/PrivacyWebEngine.cpp
Add local storage domain settings.
[PrivacyBrowserPC.git] / src / structs / PrivacyWebEngine.cpp
index 14ccad7007b1fef222f631672186424f2da53a62..411ac93dad9f844ef0c67f29de3a2cc7781878ed 100644 (file)
@@ -23,6 +23,6 @@
 // Construct the struct.
 PrivacyWebEngine::PrivacyWebEngine(QWebEngineView *inputWebEngineViewPointer) : webEngineViewPointer(inputWebEngineViewPointer)
 {
-    // Initialize the cookie status.
-    cookiesEnabled = false;
+    // Initialize the local storage status.
+    localStorageEnabled = false;
 }