Skip to content

Releases: arkenfox/user.js

arkenfox user.js v105

05 Oct 20:18
db04bc4

Choose a tag to compare

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

🟪 issues: diffs FF104-FF105 | changelog v105

🟩 changelog summary

  • new
    • user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false);
  • made inactive
    • // user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
    • // user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false);
    • // user_pref("browser.sessionstore.interval", 30000);
    • // user_pref("network.http.windows-sso.enabled", false);
  • removed (now inactive in section 6051 for prefsCleaner)
    • user_pref("browser.newtab.preload", false);
    • user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false);
    • user_pref("browser.newtabpage.activity-stream.feeds.snippets", false);

arkenfox user.js v104

11 Sep 11:17
3f09afd

Choose a tag to compare

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

🟪 issues: diffs FF103-FF104 | changelog v104

🟩 changelog summary

  • new
    • user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
  • made inactive
    • user_pref("extensions.formautofill.addresses.enabled", false);
    • user_pref("extensions.formautofill.creditCards.enabled", false);
    • user_pref("extensions.formautofill.heuristics.enabled", false);
    • user_pref("extensions.formautofill.available", "");
    • user_pref("extensions.formautofill.addresses.supported", "");
    • user_pref("extensions.formautofill.creditCards.available", "");
    • user_pref("extensions.formautofill.creditCards.supported", "");
    • user_pref("gfx.font_rendering.opentype_svg.enabled", false);

arkenfox user.js v103

17 Aug 19:29
0dba336

Choose a tag to compare

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

🟪 issues: diffs FF102-FF103 | changelog v103

🟩 changelog summary

  • new
    • user_pref("geo.provider.use_geoclue", false);
  • changed
    • user_pref("privacy.clearOnShutdown.cookies", true);
    • user_pref("privacy.clearOnShutdown.offlineApps", true);
  • made inactve
    • user_pref("media.autoplay.blocking_policy", 2);
  • deprecated
    • user_pref("network.cookie.lifetimePolicy", 2);
    • user_pref("security.pki.sha1_enforcement_level", 1);

arkenfox user.js v102-1

18 Jul 11:03
c6ab6c4

Choose a tag to compare

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

🟪 issues: diffs FF101-FF102 | changelog v102

  • see #1495
  • FF102 mistakenly left in the migration code for network.cookie.lifetimePolicy (effectively making it deprecated), but backed that out in FF102.0.1. But there are still issues, and we want this, the ESR102 user.js version, to be stable for ESR users (and current FF102 users) - namely, when sanitizing onShutdown fails (crash, ungraceful app exit, closing the app with the OS, whatever) it triggers a sanitize onStartup fail-safe, which does not respect exceptions. This is fixed in FF103.

🟩 changelog from 102

  • changed
    • user_pref("privacy.clearOnShutdown.cookies", false);
    • user_pref("privacy.clearOnShutdown.offlineApps", false);
  • not deprecated
    • user_pref("network.cookie.lifetimePolicy", 2);

arkenfox user.js v102

02 Jul 01:53
ceacc9d

Choose a tag to compare

OBSOLETE: use v102-1

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

🟪 issues: diffs FF101-FF102 | changelog v102

🟩 changelog summary

  • changed
    • user_pref("privacy.clearOnShutdown.cookies", true); reverted in v102-1
    • user_pref("privacy.clearOnShutdown.offlineApps", true); reverted in v102-1
  • deprecated
    • user_pref("dom.storage.next_gen", true);
    • user_pref("network.cookie.lifetimePolicy", 2); reverted in v102-1
    • user_pref("security.ask_for_password", 2);
    • user_pref("security.password_lifetime", 5);

arkenfox user.js v101

12 Jun 13:49
1a89996

Choose a tag to compare

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

🟪 issues: diffs FF100-FF101 | changelog v101

🟩 changelog summary

  • new
    • // user_pref("privacy.query_stripping.enabled", true);
  • removed
    • user_pref("browser.urlbar.trimURLs", false);
    • user_pref("dom.targetBlankNoOpener.enabled", true);
    • user_pref("network.cookie.thirdparty.sessionOnly", true);
    • user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true);
    • user_pref("privacy.window.name.update.enabled", true);

arkenfox user.js v100

09 May 18:55
d6b26e7

Choose a tag to compare

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

🟪 issues: diffs FF99-FF100 | changelog v100

🟩 changelog summary

  • new
    • user_pref("browser.download.always_ask_before_handling_new_types", true); // FF101+
    • // user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true);
  • deprecated
    • 4 x network.http.spdy* prefs - replaced by network.http.http2* prefs (not added to arkenfox)

arkenfox user.js v99

09 Apr 21:08
4ff9317

Choose a tag to compare

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

🟪 issues: diffs FF98-FF99 | changelog v99

🟩 changelog summary

  • deprecated
    • user_pref("security.csp.enable", true);

arkenfox user.js v98

10 Mar 00:51
d9af90d

Choose a tag to compare

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

🟪 issues: diffs FF97-FF98 | changelog v98

🟩 changelog summary

  • cosmetic changes

arkenfox user.js v97

13 Feb 11:49
a98b73c

Choose a tag to compare

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

🟪 issues: diffs FF96-FF97 | changelog v97

🟩 changelog summary

  • new
    • user_pref("browser.places.speculativeConnect.enabled", false); // FF98+
  • made inactive
    • // user_pref("browser.safebrowsing.downloads.remote.url", "");