Skip to content

Commit

Permalink
feat: enable partitioning of non-cookie storage
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Oct 17, 2022
1 parent 4fd6604 commit f2c7e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ user_pref("network.http.speculative-parallel-limit", 0);
user_pref("network.dns.disablePrefetch", true);
user_pref("network.predictor.enabled", false);
user_pref("network.prefetch-next", false);
/* Enable state partitioning of non-cookie storage */
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
/* Enable state partitioning of service workers */
user_pref("privacy.partition.serviceWorkers", true);
/* Enable browser fingerprinting protection */
Expand Down

0 comments on commit f2c7e34

Please sign in to comment.