user.js: Google will not stay signed in after latest user.js [invalid: duplicate of 1278 - add site exceptions]
v. 96.0.01 latest updated user.js
Firefox Profile for Google:
I have had this profile across many machines and after recent run of update.bat for user.js if I close the browser it no longer keeps me signed in for google. In past I had to put these settings in the user-overrides to get things to work via google and allow sign-in via google on other sites as well. Can you please provide any suggestions that might lead me in the right direction for anything new that would be affecting this.
user-overrides.js:
user_pref("browser.startup.page", 3);
user_pref("browser.privatebrowsing.autostart",false);
user_pref("privacy.clearOnShutdown.cookies", false);
user_pref("privacy.cpd.cookies", false);
user_pref("browser.sessionstore.privacy_level", 0);
user_pref("network.cookie.cookieBehavior", 0);
user_pref("network.cookie.thirdparty.sessionOnly", false);
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", false);
user_pref("privacy.clearOnShutdown.cache", false);
user_pref("privacy.clearOnShutdown.cookies", false);
user_pref("privacy.clearOnShutdown.history", false); // Browsing & Download History
user_pref("privacy.clearOnShutdown.offlineApps", false); // Offline Website Data
user_pref("privacy.clearOnShutdown.sessions", false); // Active Logins
user_pref("privacy.cpd.history", false;
ser_pref("privacy.cpd.sessions", false);
user_pref("privacy.clearOnShutdown.openWindows", false);
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 30 (16 by maintainers)
Commits related to this issue
- 2702: add heuristic grant lifetime info, #1341 — committed to arkenfox/user.js by Thorin-Oakenpants 2 years ago
Opener Heuristics is for 30 days and Redirect Heuristics is for 15 minutes.
https://developer.mozilla.org/en-US/docs/Web/Privacy/State_Partitioning
edit: anchored