Skip to content

Commit

Permalink
Use "Standard" option for "Enhanced Tracking Protection" privacy prefs (
Browse files Browse the repository at this point in the history
#230)

The "Standard" option for the "Enhanced Tracking Protection" [1] (stats
are available at `about:protections`) preference comes with good
default configurations and is now used instead of the "Custom" option to
also prevent sites from breaking due to cookie blocking.

[1]: https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-preview

Closes GH-218
  • Loading branch information
arcticicestudio authored Mar 24, 2020
1 parent 82bee46 commit 379c965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ user_pref("browser.bookmarks.openInTabClosesMenu", false);
/* Disable restoration of the default bookmarks for new sessions. */
user_pref("browser.bookmarks.restore_default_bookmarks", false);


user_pref("browser.contentblocking.category", false);

/*
* Disallow Firefox to send backlogged crash reports.
* Available within the UI under:
Expand Down

0 comments on commit 379c965

Please sign in to comment.