Skip to content

arkenfox user.js v126

Compare
Choose a tag to compare
@Thorin-Oakenpants Thorin-Oakenpants released this 06 Jun 23:36
· 7 commits to master since this release
c2f1914

🟦 links:

🟪 issues:

🟩 changelog summary

Except for 12 new sanitiizng prefs [1] which will not be used until FF128, there is only one new active pref that applies (spoof_english) which if you use that, should already be in your overrides. The rest are inactive, at default, or deprecated.

  • new
    • user_pref("browser.contentanalysis.default_allow", false); // [FF124+] [DEFAULT: false]
    • user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+] [DEFAULT: false]
    • user_pref("privacy.spoof_english", 1); // [FF71+]
    • // user_pref("browser.link.force_default_user_context_id_for_external_opens", true);
    • // user_pref("browser.urlbar.quicksuggest.enabled", false); // [FF92+] [DEFAULT: false]
    • // user_pref("privacy.fingerprintingProtection.remoteOverrides.enabled", false); // [FF127+]
    • // user_pref("privacy.globalprivacycontrol.enabled", true);
    • ⭐ 12 new sanitizing prefs for FF128+: clearHistory, clearSiteData, clearOnShutdown_v2 [1]
  • made inactive
    • // user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false);
    • // user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
  • deprecated
    • user_pref("browser.messaging-system.whatsNewPanel.enabled", false); // deprecated FF126
    • user_pref("browser.ping-centre.telemetry", false); // deprecated FF123

[1] ⭐ It is advised that you check and add overrides if necessary for sanitizing before FF128