New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changelog: v102 #1491
Comments
ALL HAIL PANTSCollect the set |
since my last mention ... We're closing in on the @bagder 's currently at 19¼ Spartas + Gerard Butler |
Thanks as always, especially for the lifetimePolicy fix this time around. Just starred the repo (never paid any attention to that stuff before) :-) The heading |
^ #1489 (comment) .. also I have to change it up anyway for the UI change |
honestly u gals .. five days and no |
Apparently 102 hurt the feelings of everyone :( |
Have to wait until Debian provides ESR102. ;) But thanks in advance. :) |
Was this meant to be 102.0.1? Because that's the version I am on, but I'm now being shown an update to 103. I'm still on AF 102. I was waiting for FF to update to a version 102.1 before applying the new AF. Should I be using the latest AF 102-1 instead? |
Yes, I have now fixed the typo above, thanks AF 102-1 we flipped three prefs from AF 102 because FF backed the migration code out in FF102.0.1 - see https://github.com/arkenfox/user.js/releases/tag/102.1 Those three prefs are going to get flipped again in FF/AF v103 - so if you're on the OLD AF 102, then stay on that and update FF to 103 - that's what I'm on (pref wise, I actually use the PR version) - just updated to Ff103 myself about 10 minutes ago - it'll save you pissing around with sanitizing prefs getting flipped and re-flipped, and will stop the migration code from executing (on every startup in FF103+) |
And then later apply the 103 AF whenever it is released? |
^ yup |
FF102 release notes
FF102 for developers
FF102 security advisories
CHANGELOG
all 102 changesv102 PR is at v102 #14779999: DEPRECATED / REMOVED
in user.js v102 - lifetimePolicy pref see belownetwork.cookie.lifetimePolicy
moved out of deprecated in v102-1 (active at 2)network.cookie.lifetimePolicy
⭐ migration code was backed out in
FF102.1FF102.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 usersLinks
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 ESR102Effectively 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 #1489However, 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
The text was updated successfully, but these errors were encountered: