changelog v144
changelog
## :green_square: v144
[FF141 release notes](https://www.mozilla.org/firefox/141.0/releasenotes/) | [for developers](https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/141) | [security advisories](https://www.mozilla.org/security/advisories/mfsa2025-56/)
[FF142 release notes](https://www.mozilla.org/firefox/142.0/releasenotes/) | [for developers](https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/142) | [security advisories](https://www.mozilla.org/security/advisories/mfsa2025-64/)
[FF143 release notes](https://www.mozilla.org/firefox/143.0/releasenotes/) | [for developers](https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/143) | [security advisories](https://www.mozilla.org/security/advisories/mfsa2025-73/)
[FF144 release notes](https://www.mozilla.org/firefox/144.0/releasenotes/) | [for developers](https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/144) | [security advisories](https://www.mozilla.org/security/advisories/mfsa2025-81/)
---
### CHANGELOG
- [all changes](https://github.com/arkenfox/user.js/compare/140.1...144.0)
- ToDo diffs: [FF140-FF141](https://github.com/arkenfox/user.js/issues/1986) | [FF141-FF142](https://github.com/arkenfox/user.js/issues/2005) | [FF142-FF143](https://github.com/arkenfox/user.js/issues/2006) | [FF143-FF144](https://github.com/arkenfox/user.js/issues/2007)
- v144 PR is at #1992
---
- new in user.js v144
```js
user_pref("browser.urlbar.importantDates.featureGate", false); // [FF143+]
user_pref("browser.urlbar.market.featureGate", false); // [FF143+] stock market
user_pref("browser.urlbar.yelpRealtime.featureGate", false); // [FF144+]
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true); // [DEFAULT: true]
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", true); // [DEFAULT: true]
user_pref("security.webauthn.always_allow_direct_attestation", false); // [DEFAULT: false]
// user_pref("privacy.baselineFingerprintingProtection", true);
// user_pref("privacy.baselineFingerprintingProtection.granularOverrides", "");
// user_pref("privacy.baselineFingerprintingProtection.overrides", "");
```
- made active in user.js v144
```js
user_pref("privacy.antitracking.isolateContentScriptResources", true);
```
- made inactive in user.js v144 (and moved to 6050 for prefsCleaner)
- for OCSP see #1576 and #2037
```
// user_pref("browser.urlbar.fakespot.featureGate", "");
// user_pref("security.OCSP.enabled", "");
// user_pref("security.OCSP.require", "");
```
- removed in user.js v144
- was inactive and no longer works in FF147+ [bugzilla 2003799](https://bugzilla.mozilla.org/show_bug.cgi?id=2003799)
```js
// user_pref("keyword.enabled", false);
```
- moved to `9999: DEPRECATED / REMOVED`
```js
user_pref("network.predictor.enabled", false); // [DEFAULT: false FF144+]
user_pref("network.predictor.enable-prefetch", false); // [FF48+] [DEFAULT: false]
```
---
```
STATS v144: up to and including section 4500, minus the parrots
=========
total: 173
inactive: 48
n/a 3 (v2 migration sanitizing prefs)
---
active: 122
default: 14 (at least: ignores clearOnShutdown as enabling sanitizeOnShutdown is _the_ change)
n/a: 2 (of the three prefs in 0202, only one will apply)
---
flipped: 106 (at most)
```
### ALL HAIL PANTS
7 条评论