Commit eaf6e205 authored by Florian Bruhin's avatar Florian Bruhin Committed by Florian Bruhin
Browse files

Don't disable local storage for offTheRecord profiles


Chromium has local storage enabled in icognito windows, and simply doesn't
persist it to disk. QtWebEngine seems to do the same when local storage is
enabled in an off-the-record profile, so there's no reason to disable it by
default.

This also matches the behavior in Chromium (and Firefox, but not Safari).

[ChangeLog] HTML 5 local storage is now enabled by default (but residing in
memory) in off-the-record profiles.

Change-Id: I0cb7e946575a53471ffed9d3324b3ae4c2e80eee
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
parent 5406c496
Showing with 4 additions and 6 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment