Skip to content

Releases: arkenfox/user.js

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");

arkenfox user.js v108

08 Jan 17:41
62a68f0
Compare
Choose a tag to compare

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

🟪 issues: diffs FF107-FF108 | changelog v108

🟩 changelog summary

  • new
    • user_pref("browser.urlbar.showSearchTerms.enabled", false);
  • removed (now inactive in section 6050 for prefsCleaner)
    • // user_pref("beacon.enabled", "");
    • // user_pref("browser.region.update.enabled", "");
  • removed
    • // user_pref("browser.search.region", "US");

arkenfox user.js v107

21 Nov 00:40
cc0f053
Compare
Choose a tag to compare

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

🟪 issues: diffs FF106-FF107 | changelog v107

🟩 changelog summary

  • made inactive
    • // user_pref("browser.region.network.url", "");
    • // user_pref("browser.uitour.url", "");
    • // user_pref("security.mixed_content.block_display_content", true);
  • removed (now inactive in section 6050 for prefsCleaner)
    • // user_pref("dom.disable_open_during_load", "");

arkenfox user.js v106

06 Nov 13:37
8a65c5a
Compare
Choose a tag to compare

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

🟪 issues: diffs FF105-FF106 | changelog v106

🟩 changelog summary

  • removed (now inactive in section 6051 for prefsCleaner)
    • // user_pref("browser.ssl_override_behavior", 1);
    • // user_pref("devtools.chrome.enabled", false);
    • // user_pref("dom.disable_beforeunload", true);
  • removed: was active, moved to personal, removed with personal
    • user_pref("browser.shell.checkDefaultBrowser", false);
  • removed: 69 inactive prefs
    • 12 prefs [were in 6050] // previously active during ESR91 cycle
    • 3 prefs [were in 8000] // at default false since at least FF102
    • 41 prefs [were in 9000] // non-project related prefs
    • 13 prefs [were in 9999] // deprecated during ESR91 life-cycle

arkenfox user.js v105

05 Oct 20:18
db04bc4
Compare
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
Compare
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
Compare
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
Compare
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);