Skip to content

Releases: arkenfox/user.js

arkenfox user.js v122

04 Feb 20:28
33a84b6
Compare
Choose a tag to compare

🟦 links:

🟪 issues:

🟩 changelog summary

Still no pref changes, but it's been a while :) A reminder to never wait on arkenfox to update Firefox.

This release is mostly about adding information about FPP since this is now live (for non-RFP users) - also see #1804 - so the sooner this info is there, the better

arkenfox user.js v119

20 Nov 03:24
fd72683
Compare
Choose a tag to compare

🟦 links: FF119 release notes | FF119 for developers | FF119 security advisories

🟪 issues: diffs FF118-FF119 | changelog v119

🟩 changelog summary

  • new
    • user_pref("browser.search.separatePrivateDefault", true); // [FF70+]
    • user_pref("browser.search.separatePrivateDefault.ui.enabled", true); // [FF71+]
  • made inactive
    • // user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
  • removed
    • user_pref("intl.accept_languages", "en-US, en");
  • deprecated
    • // user_pref("javascript.use_us_english_locale", true);
    • // user_pref("network.dns.skipTRR-when-parental-control-enabled", false);

arkenfox user.js v118

18 Oct 14:56
3fdcb28
Compare
Choose a tag to compare

🟦 links: FF118 release notes | FF118 for developers | FF118 security advisories

🟪 issues: diffs FF117-FF118 | changelog v118

🟩 changelog summary

  • new
    • user_pref("browser.download.start_downloads_in_tmp_dir", true);
    • user_pref("browser.shopping.experience2023.enabled", false);
    • user_pref("browser.urlbar.addons.featureGate", false);
    • user_pref("browser.urlbar.mdn.featureGate", false);
    • user_pref("browser.urlbar.pocket.featureGate", false);
    • user_pref("browser.urlbar.trending.featureGate", false);
    • user_pref("browser.urlbar.weather.featureGate", false);
  • new but inactive
    • // user_pref("browser.urlbar.clipboard.featureGate", false);
    • // user_pref("network.trr.bootstrapAddr", "10.0.0.1");
    • // user_pref("privacy.fingerprintingProtection", true);
  • removed (in section 6050s for prefsCleaner)
    • // user_pref("accessibility.force_disabled", "");
    • // user_pref("browser.fixup.alternate.enabled", "");
    • // user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", "");
    • // user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", "");
    • // user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", "");
    • // user_pref("privacy.partition.serviceWorkers", "");
  • deprecated
    • // user_pref("layout.css.font-visibility.private", 1);
    • // user_pref("layout.css.font-visibility.standard", 1);
    • // user_pref("layout.css.font-visibility.trackingprotection", 1);
    • // user_pref("permissions.delegation.enabled", false);

arkenfox user.js v117

17 Sep 07:58
1e6e211
Compare
Choose a tag to compare

🟦 links:

🟪 issues: diffs FF115-FF116 | diffs FF116-FF117 | changelog v117

🟩 changelog from 117

  • new
    • user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
    • // user_pref("network.trr.uri", "https://example.dns");
    • // user_pref("network.trr.custom_uri", "https://example.dns");
  • changed inactive value
    • // user_pref("network.trr.mode", 3);
  • deprecated
    • // user_pref("layout.css.font-visibility.resistFingerprinting", 1);
    • user_pref("security.family_safety.mode", 0);
    • // user_pref("dom.webnotifications.serviceworker.enabled", false);

arkenfox user.js v115-1

27 Aug 02:36
61a9f9d
Compare
Choose a tag to compare

The .1 refers to arkenfox, and has nothing to do with Firefox's versioning. Point release to better align ESR115 users' defaults with AF and the wiki moving forward - mainly the relaxing of some defaults

THIS is the release for all those who will use ESR115

🟪 issues: relaxed prefs issue | changelog v115.1

🟩 changelog from 115

  • made inactive - moved to optional hardening or optional opsec
    • // user_pref("keyword.enabled", false);
    • // user_pref("media.eme.enabled", false);
    • // user_pref("network.dns.disableIPv6", true);
    • // user_pref("network.http.referer.XOriginPolicy", 2);
  • removed (now inactive in section 6050's for prefsCleaner)
    • // user_pref("network.protocol-handler.external.ms-windows-store", "");
  • removed (inactive for ages)
    • user_pref("media.gmp-widevinecdm.enabled", false);

arkenfox user.js v115

26 Jul 05:32
4d78abf
Compare
Choose a tag to compare

🟦 links: FF115 release notes | FF115 for developers | FF115 security advisories

🟪 issues: diffs FF113-FF114 | diffs FF114-FF115 | changelog v115

🟩 changelog summary

  • new
    • user_pref("browser.tabs.searchclipboardfor.middleclick", false); // for linux users
    • user_pref("extensions.quarantinedDomains.enabled", true); // enforcing default
    • // user_pref("privacy.resistFingerprinting.pbmode", true);
  • removed (now inactive in section 6050 for prefsCleaner)
    • // user_pref("middlemouse.contentLoadURL", false);
  • deprecated 4 inactive prefs
    • // user_pref("privacy.clearsitedata.cache.enabled", true);
    • // user_pref("privacy.resistFingerprinting.testGranularityMask", 0);
    • // user_pref("extensions.formautofill.heuristics.enabled", false);
    • // user_pref("browser.cache.offline.enable", false);

arkenfox user.js v112

04 May 23:33
bc5add9
Compare
Choose a tag to compare

🟦 links: FF112 release notes | FF112 for developers | FF112 security advisories

🟪 issues: diffs FF111-FF112 | changelog v112

🟩 changelog summary

  • cosmetic changes

arkenfox user.js v111

30 Mar 04:59
c84c419
Compare
Choose a tag to compare

🟦 links: FF111 release notes | FF111 for developers | FF111 security advisories

🟪 issues: diffs FF110-FF111 | changelog v111

🟩 changelog summary

  • new (inactive in section 5000)
    • // user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);

arkenfox user.js v110

12 Mar 03:31
d13f39d
Compare
Choose a tag to compare

🟦 links: FF110 release notes | FF110 for developers | FF110 security advisories

🟪 issues: diffs FF109-FF110 | changelog v110

🟩 changelog summary

  • cosmetic changes

arkenfox user.js v109

07 Feb 00:06
7388485
Compare
Choose a tag to compare

🟦 links: FF109 release notes | FF109 for developers | FF109 security advisories

🟪 issues: diffs FF108-FF109 | changelog v109

🟩 changelog summary

  • removed (now inactive in section 6050 for prefsCleaner)
    • // user_pref("browser.startup.blankWindow", "");
  • made inactive (now in section 5000 for optional hardening)
    • // user_pref("browser.pagethumbnails.capturing_disabled", true);
    • // user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");