From 379c96591d601137336a2bfc2600648975d28a84 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 24 Mar 2020 11:06:24 +0100 Subject: [PATCH] Use "Standard" option for "Enhanced Tracking Protection" privacy prefs (#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 --- snowblocks/firefox/user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snowblocks/firefox/user.js b/snowblocks/firefox/user.js index 73656e1..fa5ba55 100644 --- a/snowblocks/firefox/user.js +++ b/snowblocks/firefox/user.js @@ -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: