mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
MainApplication: Enable localStorage for private
Signed-off-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
This commit is contained in:
parent
9d5d9c1d50
commit
bfba0a5d5e
|
@ -1024,7 +1024,7 @@ void MainApplication::loadSettings()
|
|||
settings.endGroup();
|
||||
|
||||
if (isPrivate()) {
|
||||
webSettings->setAttribute(QWebEngineSettings::LocalStorageEnabled, false);
|
||||
profile->setPersistentStoragePath(DataPaths::path(DataPaths::Temp) + QLatin1String("/private-storage"));
|
||||
history()->setSaving(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user