Skip to content

changelog: v115 #1695

@Thorin-Oakenpants

Description

@Thorin-Oakenpants

date: 26-July-2023

FF115 release notes
FF115 for developers
FF115 security advisories

CHANGELOG

note: there was nothing to action in FF113, and FF114 diffs (whilst late, earthlng was busy promoting world peace and planting 1 million trees) had nothing needed to be flipped.

All up since FF111 (112 was cosmetic) that's one flipped pref that only applies to Linux. ONCE AGAIN .. do not wait for arkenfox to update your browser - nothing of consequence ever changes these days that can't wait

ALL HAIL EARTHLNG for diffs ❤️


new in user.js v115

  • the two new active ones are FF115+
  • quarantinedDomains is a SECURITY feature that is unlikely to ever affect you, and if it did, it may have saved your ass
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]
// user_pref("privacy.resistFingerprinting.pbmode", true);
user_pref("extensions.quarantinedDomains.enabled", true); // [DEFAULT: true]

removed in user.js v115 (in section 6050 for prefsCleaner)

  • it's been default in Linux since at least FF102
user_pref("middlemouse.contentLoadURL", false);
  • moved to 9999: DEPRECATED / REMOVED in user.js v15
// 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);

 STATS v115: up to and including section 4500, minus the parrots
 ==========
    total: 182
 inactive:  42
           ---
   active: 140
  default:  23 (at least)
      n/a:   2 (of the four prefs in 0202, at most only two will apply)
           ---
  flipped: 115 (at most)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions