Skip to content

arkenfox user.js v102-1

Choose a tag to compare

@Thorin-Oakenpants Thorin-Oakenpants released this 18 Jul 11:03
· 109 commits to master since this release
c6ab6c4

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