X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fstructs%2FPrivacyWebEngine.cpp;h=411ac93dad9f844ef0c67f29de3a2cc7781878ed;hp=14ccad7007b1fef222f631672186424f2da53a62;hb=588db73b94af7b596b0e532f4557aa8b6c41f5c3;hpb=2facce32fb6d97b52a7dc148044cae4b36a65d4c diff --git a/src/structs/PrivacyWebEngine.cpp b/src/structs/PrivacyWebEngine.cpp index 14ccad7..411ac93 100644 --- a/src/structs/PrivacyWebEngine.cpp +++ b/src/structs/PrivacyWebEngine.cpp @@ -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; }