github arkenfox/user.js 102.1
arkenfox user.js v102-1

latest releases: 128.0, 126.1, 126.0...
2 years ago

🟦 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.
  • There is also an issue where even with a presumably clean exit, exceptions are not respected sometimes, and cookies + site data is fully wiped. I do not know if this particular issue will come right in 103, where we will have to revert once more to clearOnShutdown

🟩 changelog from 102

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

Don't miss a new user.js release

NewReleases is sending notifications on new releases.