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.

Google will not stay signed in after latest user.js [invalid: duplicate of 1278 - add site exceptions]

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:30 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
rusty-snakecommented, Feb 3, 2022
0reactions
Thorin-Oakenpantscommented, Feb 4, 2022

OK, I’m done here. I added an example to the wiki page, and I tweaked the 2702 info thanks @rusty-snake

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't get logins to save between sessions [solved: offlineApps ...
To be clear, what I'm wanting is to login to a site, close the browser, open it later and still be logged into...
Read more >
Stay signed in or out of your Google Account
When you stay signed in to your account, you can use Google services soon as you open them. For example, you can quickly...
Read more >
How to add a self-signed certificate as an exception in Chrome?
and go to the "Security" tab. You can then click "View Certificate" and follow the above instructions from the drag and drop and...
Read more >
2 Server Error Message Reference - MySQL :: Developer Zone
The MySQL server writes some error messages to its error log, and sends others to client programs. ... Message: '%s'@'%s' is not allowed...
Read more >
vue-router — Uncaught (in promise) Error: Redirected from ...
I spent hours debugging this and got to the following results for the ugly Uncaught (in promise) Error: Redirected when going from ....
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