Skip to content
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

Stop clearing cookie exceptions? #326

Closed
firefoxguy opened this issue Jul 19, 2017 · 4 comments
Closed

Stop clearing cookie exceptions? #326

firefoxguy opened this issue Jul 19, 2017 · 4 comments

Comments

@firefoxguy
Copy link

firefoxguy commented Jul 19, 2017

How can I stop user.js from clearing my cookie exceptions on exit? I want to block cookies by default but set exceptions to websites such as email, github etc.

@savyajha
Copy link

First off, wow, please do not post your entire user.js here. At least, not without code blocks. And since your user.js is very similar to upstream, maybe it's a good idea to merely tell us what changes you've made?

Second, please check your problem on a fresh firefox profile. You can go to about:profiles, create a new profile, add your user.js there and check whether you're facing the same problems.

Finally, if you see that the problem persists, maybe you can check your settings one by one and figure out what is causing this problem? The only cookie-related setting of mine which is different from yours is that I've got user_pref("network.cookie.cookieBehavior", 1) instead of what you've got, and my exceptions work fine.

@firefoxguy
Copy link
Author

Sorry. After doing a bit of testing with a different profile it turns out CCleaner was clearing my exceptions I fixed this by unchecking "Site Preferences"

@pyllyukko
Copy link
Owner

So you got it resolved? Should be a matter of browser.privatebrowsing.autostart, privacy.clearOnShutdown.cookies & network.cookie.lifetimePolicy. You can also test the relaxed branch.

@Atavic
Copy link

Atavic commented Aug 5, 2017

It was CCleaner.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants