X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwidgets%2FTabWidget.cpp;fp=src%2Fwidgets%2FTabWidget.cpp;h=59e424331fd78643d2ae7927a56c87239ee300ff;hp=3b0ce087949de5f5b3de0bd38ded94451facc743;hb=fb2760a23bc59d63c74e18c92628ef03ccd8bf3a;hpb=0d23ee5e9b43b247cdda0a4cbb73f8b1a70f4500 diff --git a/src/widgets/TabWidget.cpp b/src/widgets/TabWidget.cpp index 3b0ce08..59e4243 100644 --- a/src/widgets/TabWidget.cpp +++ b/src/widgets/TabWidget.cpp @@ -449,9 +449,9 @@ void TabWidget::applyDomainSettings(const QString &hostname, const bool reloadWe currentWebEngineSettingsPointer->setAttribute(QWebEngineSettings::JavascriptEnabled, Settings::javaScriptEnabled()); // Set the local storage status. - //currentPrivacyWebEngineViewPointer->localStorageEnabled = Settings::localStorageEnabled(); + currentPrivacyWebEngineViewPointer->localStorageEnabled = Settings::localStorageEnabled(); - // Set DOM storage. + // Set DOM storage. In QWebEngineSettings it is called Local Storage. currentWebEngineSettingsPointer->setAttribute(QWebEngineSettings::LocalStorageEnabled, Settings::domStorageEnabled()); // Set the user agent.