Skip to content

Commit

Permalink
fix: fpp is now the default when using strict
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Nov 20, 2023
1 parent 7632ab7 commit dcc897f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ user_pref("app.normandy.enabled", false);
user_pref("app.shield.optoutstudies.enabled", false);
/* Ensure content blocking settings are set to strict */
/* Enable enhanced tracking protection in strict mode */
/* Enable browser fingerprinting protection */
user_pref("browser.contentblocking.category", "strict");
/* Disable search and form history */
user_pref("browser.formfill.enable", false);
Expand Down Expand Up @@ -74,8 +75,6 @@ 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 browser fingerprinting protection */
user_pref("privacy.resistFingerprinting", true);
/* Disable username and password autofill */
user_pref("signon.autofillForms", false);
user_pref("signon.rememberSignons", false);

0 comments on commit dcc897f

Please sign in to comment.