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