add comments
This commit is contained in:
parent
ed9334d258
commit
4445fa8ee9
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ defaultPref("librewolf.cfg.version", "6.10");
|
|||
* the UI that allows to change mode manually is hidden.
|
||||
*/
|
||||
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);
|
||||
defaultPref("privacy.partition.serviceWorkers", true); // default v105+
|
||||
defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // enable APS
|
||||
|
||||
/** [SECTION] SANITIZING
|
||||
* all the cleaning prefs true by default except for siteSetting and offlineApps,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue