-
Notifications
You must be signed in to change notification settings - Fork 523
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
Help with overrides #1410
Comments
from your description I'm under the impression that you only need: user_pref("privacy.clearOnShutdown.history", false); // 2803 so that you can keep history and clear it manually on close.
this is all default behavior for this user.js. |
too much noise - remove all the things that are now default in AF, and remove the duplicates and try again
Exactly
so everything you asked for is already the default .. except history, and that's up to you
|
|
Thank You to @Thorin-Oakenpants , @fxbrit and @rusty-snake for helping me out. |
So, I am currently trying to use
user.js
for the first time. I understand everything. Just writing my ownuser-overrides.js
file. During that I found this bunch of prefs which seems overlapping.What I want is AF can clear Cache on exit but should have Cache during session. Should not clear history because I will do that at the end of day using
Ctrl+Shift+Del
so, I can find things if I ever need it back.Cookies can be cleared except the ones listed in exceptions. I use ProtonMail in the Web AFAIK it uses local storage. So, clearing Site Data might break it.
So, Could you find what should I use from the above ?
I know this is not your Job. But I need some help in this regard. And don't close the issue faster.
The text was updated successfully, but these errors were encountered: