-
Notifications
You must be signed in to change notification settings - Fork 233
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
Question/discussion: relaxed settings variant/branch #231
Comments
Do they normally start on private browsing?
Do they normally delete their cookies?
|
Gee @pyllyukko , we discussed just that the other day on irc. I think it's a great idea because I said I was planning on doing it - I am literally weeks away from providing three branch templates from |
@pyllyukko Once #229 is solved, I intend to propose some changes from my adapted user.js, these changes mostly fall in the following categories:
One question remains, where/how to store/distribute the relaxed settings:
|
And as I said, it has been in my mind also. Although I'm thinking of keeping it quite simple and still quite close the the main version, with only minor differences. I'm not stealing your ideas here. I already started testing/using this branch on one of my machines with my SoMe FF profile. |
There's no rush. I think we could push the branch at some point and leave it as a "hidden feature" and document it when we have the time and when we have agreed on the subset of changes.
I still want to keep all the caching and disk artifacts to absolute minimum. As full disk encryption is out of this project's reach, I want to play it safe. And even though I use full disk encryption myself, I still don't want Firefox to store anything even remotely sensitive about my browser usage on disk.
Well I still want to keep the shoulder-surfing aspect and don't really see form auto-filling enabled either.
No.
No.
Separate branch. It also helps to keep them in sync.
True. |
See
Yes. I didn't quite get the point. Can you elaborate a bit more? |
How much open will be the new branch? |
You mean how much "more relaxed"? Not that much, but still the tiny bits to make it a bit more user friendly.
Thanks for the clarification. That is my impression also. And yes, I was thinking to relax these two features among others. |
e.g. browser.safebrowsing is a good option for newbies. You have But the tracking may happen even with:
I completely delete those strings and use a system-wide proxy or other options in a router for that. Here's a repo: https://github.com/mozilla-services/shavar-plugin-blocklist |
See the relaxed branch. This branch requires constant rebasing, as the main development will happen in master. |
👏 thank you for releasing this.
For what it's worth I use meld to resolve merge/rebase conflicts. It makes things easier.
Another trick is to not care about the contents of There, just my 2 cents. It may seem obvious but apparently for me it wasn't \_(ツ)_/ |
vimdiff FTW 👌 |
This is a default template with every possible hardening measure enforced. See the relaxed branch for a variant providing more usability |
Sure, why not. |
Hello everyone. Great project! Thank you very much! I have a question. For hours I have been trying to find out how to activate the password manager at the master. What exactly was changed in relaxed for Password Manager to work? By the way, I have to say that I dare to leave the IndexedDB enabled. Researchers at KU Leuven (Belgium) have already pointed out in the summer of 2014 that this technology is already being used to restore deleted tracking cookies. Despite master user.js, after a personal test I can say 95% probability that Facebook still knew which shopping articles I was interested in. I will only activate the Password Manager on the master and safely disable IndexedDB. |
Thank you! 😊
See here: #314
There is a separate issue about this (#263). At some point, the state was that disabling indexedDB broke a whole lot of things. |
I have commented the following value in the master, and it does not work: And this is the same in master as in relaxed: And I suspect that commenting With relaxed you are asked for saving a password. Not with master. |
^^
|
Was removed in #306.
Also: https://support.mozilla.org/en-US/kb/usernames-and-passwords-are-not-saved#w_private-browsing, so |
So I was thinking of creating a bit more relaxed version of our user.js for other purposes / social media / "normal users". It would just be a separate branch in the repo (e.g. "relaxed") and with the current master being the default.
Here are some features that I thought could deviate from master:
browser.privatebrowsing.autostart
browser.urlbar.maxRichResults
&browser.urlbar.autocomplete.enabled
browser.urlbar.suggest.history == false
and making sure that only bookmarked sites and existing tabs are suggested if anyprivacy.clearOnShutdown.cookies
& alteringnetwork.cookie.lifetimePolicy
privacy.clearOnShutdown.passwords
so that Firefox's password manager can be usedSo the actual questions here are:
The text was updated successfully, but these errors were encountered: