enable APS
This commit is contained in:
parent
49a705f835
commit
ed9334d258
2 changed files with 17 additions and 1 deletions
|
|
@ -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**:
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue