question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  • date: 12-June-2022

FF102 release notes FF102 for developers FF102 security advisories

CHANGELOG


  • changed values in user.js v102 - see below
  • ⭐ both reverted back to false in v102-1
user_pref("privacy.clearOnShutdown.offlineApps", true);
user_pref("privacy.clearOnShutdown.cookies", true);
  • moved to 9999: DEPRECATED / REMOVED in user.js v102 - lifetimePolicy pref see below
  • network.cookie.lifetimePolicy moved out of deprecated in v102-1 (active at 2)
user_pref("dom.storage.next_gen", true);
user_pref("network.cookie.lifetimePolicy", 2);
user_pref("security.ask_for_password", 2);
user_pref("security.password_lifetime", 5);

network.cookie.lifetimePolicy

⭐ migration code was backed out in FF102.1 FF102.0.1, so AF v102-1 has done the same, as it is causing too many issues, and we also need a stable 102 version for ESR users

Links

This pref is not technically deprecated until FF104, 1759665

Instead it is used to migrate users off of it: i.e they would reset it to 0 and enable custom history and enable sanitizing onShutdown for cookies, offlineApps (site data), and cache. This was not meant to happen until FF103, and they will most likely back out the “migration” code - see bugzilla 1777419, maybe in a FF102 point release if possible, but mainly for ESR102

Effectively this means, that until FF103, the UI for Privacy & Security > Cookies and Site Data> Delete cookies and site data when Firefox is closed is a bit munged, see #1489

However, none of that changes how we sanitize. We no longer use session-only cookies. You do not need it even with the code roll back. We use sanitize onShutdown, as exceptions are respected (and have been for a couple of releases).

Now we are moving to this, please note there is an issue fixed in FF103, where unexpected app exits/crashed/power-loss which then cause a sanitize onStartup, that routine will also respect exceptions


STATS

 STATS v102: up to and including section 4500, minus the parrots
 ==========
    total: 207
 inactive:  43
           ---
   active: 164
  default:  20 (at least)
      n/a:   2 (of the three prefs in 0204, only one will apply)
           ---
  flipped: 142 (at most)
 ESR DIFFS
 ======
v91
- 88.8 KB
- 1461 lines
- 1406 sloc
- end of section 4500: line 1080
- flipped: 167

v102
- 83.4 KB
- 1354 lines
- 1304 sloc
- end of section 4500: line 938
- flipped: 142

savings
-  6.1% - size: 5.4 KB
-  7.3% - lines: 107
-  7.3% - sloc: 102
- 13.1% - end of section 4500: 142 lines
- 15.0% - flipped: 25

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:7
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

7reactions
Thorin-Oakenpantscommented, Jul 2, 2022

since my last mention

We’re closing in on the @bagder 's curl stats drinking habits, and he had a 200 year head start. We zipped past the 5k mark ( 🍻 were consumed) and are rapidly closing in on 6k (have ordered a keg)

currently at 19¼ Spartas + Gerard Butler

woo

7reactions
Thorin-Oakenpantscommented, Jul 2, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

v102 Release notes
New features We have added debug mode into site settings in BK8 Debug mode is available under the site settings menu and can...
Read more >
VMware Automation Actions PowerPack Release Notes (v102)
Go to the PowerPack Manager page (System > Manage > PowerPacks). Click the [Actions] menu and choose Import PowerPack. Import the VMware Automationversion ......
Read more >
Beta Channel Update for Desktop
The Beta channel has been updated to 102.0.5005.61 for Windows,Mac and Linux. A full list of changes in this build is available in...
Read more >
102 Release Notes
In cPanel & WHM version 102, we address an update in how Certificate Authorities manage Domain Control Validation (DCV).
Read more >
Release notes for Microsoft Edge Beta Channel
Version 109.0.1518.14: December 7, 2022. Feature update. MSA-AAD Account Linking. Microsoft is enabling users who have a personal Microsoft ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found