-
Notifications
You must be signed in to change notification settings - Fork 232
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
Settings to look into #9
Comments
http://thesimplecomputer.info/tscs-firefox-tweak-guide I would also suggest the following as a precaution:
Also, I would suggest adding a comment in the following options in your user.js that states "These configs break webrtc and/or Firefox Hello":
Because it's easier for someone to keep them if they want that functionality. I would likewise add:
commented out just in case someone wants to disable firefox hello anyway. I can submit a pull request for any of these if you want later on when I have more time. :) |
clipboard.autocopy in f4efd35.
-> ca2c759. These are just the types of annoyances we want to disable! :)
Does the
-> f4efd35
I would really like to find a proper reference to the
Does OCSP really break FF Hello? Why is that?
-> 7287cea
Thanks for your contribution! I need to check the rest of the settings later. Pull requests are of course also welcome. I just want every setting to have some "official" reference link for further information about the setting in question. |
I'm not sure why, but the OSCP.required = true setting does break the audio/video streams in firefox hello. It manages to connect to the other peer but no audio/video from the peer are accepted. Your audio/video is sent normally to them though. It took me some time switching various settings on/off to find out which was causing the problem. The only reference for the geo.wifi.logging,enabled i can find is here https://bugzilla.mozilla.org/show_bug.cgi?id=1065518 it exists in aurora builds apparently (?) It seems valid though. The tracking protection url settings are related to the polaris feature from what I saw now with a bit of googling so ignore those. I reset them in my config as well. 👍 |
I added that to the README now -> 1b4c25c I've been playing around with this idea to have some kind of configurator tool for this, so people can produce different kind of |
A simple html + js page that produces it would work fine. You could even add it as a github page for this project. With just some checkboxes that, when ticked, produce the corresponding user_pref entries. |
That might do the trick indeed. I'll need to look into that.
True that. Although I feel that this |
-> 096b276 |
The RequestPolicy Continued community is considering adding user-friendly switches for some of these settings in the addon preferences: RequestPolicyContinued/requestpolicy#628 (comment) (prefs that are related to data leaks/silent/cross-site requests) @pyllyukko your input is very welcome |
I'll look into that. I'm not familiar with this add-on, so I would first need to see what's it all about. |
@CHEF-KOCH: So are you working on making a pull request on all of the setting in your comment? |
In my opinion that's a problem, even though the sites should fix the problems. It's still always a tradeoff and we can't have the most strict settings I'm afraid.
And in the meanwhile we mitigate by disabling cipher suites that use DH (#18). |
Tor browser's security slider might contain some stuff we need to have as well. |
Yes, it is true that Tor Browser has all kinds of security features that regular Firefox doesn't, but it's still a good source of clues and has provided some settings that we can also use. I agree with the extensions getting a bit bloated, they should embrace the UNIX philosophy, so that there wouldn't be that much overlap in features. |
Do you get this error often? |
I have made sure that all seetings that can be toggled by https://github.com/TheCreeper/PrivacyFox are present in user.js. The only setting that is not present here is |
user.js also includes all prefs listed in https://addons.mozilla.org/en-US/firefox/addon/tinfoil/ |
The following settings (from http://www.ghacks.net/overview-firefox-aboutconfig-security-privacy-preferences/) are not set by user.js:
I don't know whether they are still used |
We should investigate Icecat default settings and the |
Thanks @nodiscc for doing this comparison! |
You're welcome! What is the status for settings listed above? For example searching What settings from this issue/list does user.js already take care of, and which ones should be added? |
They are all waiting for me to thoroughly review 'em and decide whether to add them to user.js or not :/ If there are some obvious important ones, you can point them out, but otherwise I just need to try to find the time to start digging through them. |
@CHEF-KOCH Just to be clear, we should make sure the settings used by Icecat have been reviewed and possibly included here. I don't think Icecat brings anything to the table. I wish people would just use a properly configured FF instead. |
For future reference, telemetry was also discussed and handled on #63. |
See #248. I think this can be closed/archived. |
These settings in
about:config
might have some security/privacy related affect, but information about them is not that easily available:See also:
The text was updated successfully, but these errors were encountered: