diff --git a/docs/Changelog.md b/docs/Changelog.md index 1c3d06e..6457d1f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,21 @@ This changelog will be used from now on to document changes in a precise manner, with a list of changes for each setting version. Setting versions are documented using the pref `librewolf.cfg.version`, available in about:config. +# 6.10 + +**target commit**: + +**base librewolf version**: 104.x + +**References**: + +- [enable APS](https://github.com/arkenfox/user.js/issues/1530#issuecomment-1242850653); + +#### Added preferences +``` +defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage", true); +``` + # 6.9 **target commit**: diff --git a/librewolf.cfg b/librewolf.cfg index a43262e..d92a42e 100755 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -6,7 +6,7 @@ * * WARNING: please make sure the first line of this file is empty. this is a known bug. */ -defaultPref("librewolf.cfg.version", "6.9"); +defaultPref("librewolf.cfg.version", "6.10"); /** INDEX @@ -43,6 +43,7 @@ defaultPref("librewolf.cfg.version", "6.9"); */ pref("browser.contentblocking.category", "strict"); defaultPref("privacy.partition.serviceWorkers", true); // isolate service workers, default v105+ +defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage", true); /** [SECTION] SANITIZING * all the cleaning prefs true by default except for siteSetting and offlineApps,