From 091d85a734658b131d4a6653c4c9386e8c69aa50 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:47:52 -0500 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Common-Overrides.md b/Common-Overrides.md index 0624f5e..6facd05 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -17,6 +17,17 @@ So, if a pref is listed a second time, then the second value (yours) would overr To enable certain functions, `copy+paste` the appropriate prefs to the `MY OVERRIDES` section of your `user.js`. +*** +### Standard Tracking Protection + +> [!IMPORTANT] +> Most problems stem from Firefox running in [Strict mode](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection). Switch back to [Standard protection](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_standard-enhanced-tracking-protection) to fix them. + +```javascript +// PREF: revert back to Standard ETP +user_pref("browser.contentblocking.category", "standard"); +``` + *** ### Font improvement