Firefox bullshit removal
Updated: Just use qutebrowser (and disable javascript). The web is done for.
Updated: Just use qutebrowser (and disable javascript). The web is done for.
|
@haasn, great list. Is there a plugin which does it automatically? |
Great indeed, but I'm missing links to pages with more info about each issue.
For example, could someone clarify the issue with websockets and why they can be used for "nefarious purposes and to bypass access restrictions." (that's some strong wording)? All I found on that was some IPv6 bug which apparently was fixed in firefox12...
|
Great indeed, but I'm missing links to pages with more info about each issue. For example, could someone clarify the issue with websockets and why they can be used for "nefarious purposes and to bypass access restrictions." (that's some strong wording)? All I found on that was some IPv6 bug which apparently was fixed in firefox12... |
|
Note: |
Good list. How about adding these tweaks mentioned on Ghacks which has to do with Telemetry pings?
|
Good list. How about adding these tweaks mentioned on Ghacks which has to do with Telemetry pings? |
I just found that project via a Debian bug.... it may be worth to consider joining your efforts with one of the already existing such projects, e.g. https://github.com/pyllyukko/user.js/blob/master/user.js ... there are already many such guides how to make FF suck less, and it's just an awful effort to check them all and they contain all different information.
btw: Some stuff of your list is outdated,... e.g. network.websocket.enabled doesn't exist anymore... and many others are missing ;-)
|
I just found that project via a Debian bug.... it may be worth to consider joining your efforts with one of the already existing such projects, e.g. https://github.com/pyllyukko/user.js/blob/master/user.js ... there are already many such guides how to make FF suck less, and it's just an awful effort to check them all and they contain all different information. btw: Some stuff of your list is outdated,... e.g. network.websocket.enabled doesn't exist anymore... and many others are missing ;-) |
I just wrote a message in reply to @allo- and also mentioned you @haasn . Me @gunnersson also have a list of settings. Maybe they could be integrated all together. Any comments?
|
I just wrote a message in reply to @allo- and also mentioned you @haasn . Me @gunnersson also have a list of settings. Maybe they could be integrated all together. Any comments? |
Thank you for your work. Here's some suggestions for updates
browser.beacon.enabled has been renamed to beacon.enabled
Also: this one doesn't change to false when unchecking datareporting in preferences. Suggest adding to list.
datareporting.policy.dataSubmissionEnabled.v2=false
According to this https://bugzilla.mozilla.org/show_bug.cgi?id=1195552#c4
It says the master switch for turning off the data reporting is the following (and takes precedence over the datareporting.healthreport.uploadEnabled)
Master switch for datareporting:
datareporting.policy.dataSubmissionEnabled=false
|
Thank you for your work. Here's some suggestions for updates browser.beacon.enabled has been renamed to beacon.enabled Also: this one doesn't change to false when unchecking datareporting in preferences. Suggest adding to list. According to this https://bugzilla.mozilla.org/show_bug.cgi?id=1195552#c4 Master switch for datareporting: |
|
It seems a bit much saying that the telemetry allows Mozilla to "spy" on you. |
Fork created, with some minor changes for firefox 47.0.1
https://gist.github.com/MrYar/751e0e5f3f1430db7ec5a8c8aa237b72
Thanks again haasn.
|
Fork created, with some minor changes for firefox 47.0.1 Thanks again haasn. |
I have made some updates to my fork. They include about twice the number of hardening changes, and the method of implementing is far easier. Just create a file called "user.js" in the mozilla user directory (given on the fork), and paste all the code. No more manually entering in each change.
|
I have made some updates to my fork. They include about twice the number of hardening changes, and the method of implementing is far easier. Just create a file called "user.js" in the mozilla user directory (given on the fork), and paste all the code. No more manually entering in each change. |
Be aware! Some suggested changes will render some pages useless. For instance if you apply all the .ssl. modifications you will not be able to sign in at IMDB. I'm paranoid too, but not to such extend.
|
Be aware! Some suggested changes will render some pages useless. For instance if you apply all the .ssl. modifications you will not be able to sign in at IMDB. I'm paranoid too, but not to such extend. |
|
Is there a firefox minus bullshit fork ? |
I added some stuff from your list as issues on https://github.com/allo-/firefox-profilemaker, live instance on ffprofile.com
They will be integrated as soon as i write descriptions and check if they are already covered by other settings.
If you like to contribute, any help is welcome. See forms.py for the settings format or have a look at the profiles branch, which will bring a more modular format.
|
I added some stuff from your list as issues on https://github.com/allo-/firefox-profilemaker, live instance on ffprofile.com |
Hello everybody. Any chance to get this as an addon to switch option on/off? Would pledge if needed on Kickstarter or Indiegogo!
So what do you think?
|
Hello everybody. Any chance to get this as an addon to switch option on/off? Would pledge if needed on Kickstarter or Indiegogo! |
hello fellow geeks well i did everything as proscribed in this and now when i run firefox ver 42 after i installed the following addons exts. from the links here
1)request policy
2) https every where
3) redirect control
4) proxy switcher
now in facebook, my email accounts, all the graphics radio buttons are all shown broken, any ideas before i change everything back ???
can i use an old profile jon file etc
|
hello fellow geeks well i did everything as proscribed in this and now when i run firefox ver 42 after i installed the following addons exts. from the links here now in facebook, my email accounts, all the graphics radio buttons are all shown broken, any ideas before i change everything back ??? |
I now use this to enable/disable privacy about:config features. Thought you guys might find it useful.
|
I now use this to enable/disable privacy about:config features. Thought you guys might find it useful. |
|
Typo to fix: |
@haasn @sergeevabc indeed, please fix the typo. (Feel free to delete my comment after an edit.)
|
@haasn @sergeevabc indeed, please fix the typo. (Feel free to delete my comment after an edit.) |
|
|
@Najoj Ghacks does have a great user.js script, like you said.. It's at:
https://www.ghacks.net/2016/07/03/comprehensive-firefox-user-js/
"The most comprehensive Firefox user.js has been updated July 3, 2016" & there are, in fact, several URLs through which it's accessible.
^^ Similar to what @nodiscc had posted, a (custom) user.js
@calestyo it might help to mention what's missing like @MrYar has done: "Thank you for your work. Here's some suggestions for updates".
:)
I wanted to add (another) two links, just what I'd run into -recently- configuring Android 6.0 Firefox (Beta); trying to get the uBlock Origins WebExtension:
https://www.techworm.net/2016/02/12-coolest-firefox-aboutconfig-tips-and-tricks-to-protect-your-privacy.html
&
https://privacytoolsio.github.io/privacytools.io/#about_config
The last link is really (!) cool, it lists some very nice open-source apps!
|
@Najoj Ghacks does have a great user.js script, like you said.. It's at: https://www.ghacks.net/2016/07/03/comprehensive-firefox-user-js/ "The most comprehensive Firefox user.js has been updated July 3, 2016" & there are, in fact, several URLs through which it's accessible. ^^ Similar to what @nodiscc had posted, a (custom) user.js @calestyo it might help to mention what's missing like @MrYar has done: "Thank you for your work. Here's some suggestions for updates". I wanted to add (another) two links, just what I'd run into -recently- configuring Android 6.0 Firefox (Beta); trying to get the uBlock Origins WebExtension: https://www.techworm.net/2016/02/12-coolest-firefox-aboutconfig-tips-and-tricks-to-protect-your-privacy.html The last link is really (!) cool, it lists some very nice open-source apps! |
@Najoj Ghacks does have a great user.js script, like you said.. It's at:
https://www.ghacks.net/2016/07/03/comprehensive-firefox-user-js/[DO NOT USE]
https://github.com/ghacksuserjs/ghacks-user.js .. it has been at github for 6 months now. And instead of a one-man band and 6 monthly updates at ghacks, its now so much better "crowd-sourced" and massively superior to before, and always right up to date (stable) even with one character switches to flip on ESR 52.x preferences and loads more. That ghacks article should be removed
https://github.com/ghacksuserjs/ghacks-user.js .. it has been at github for 6 months now. And instead of a one-man band and 6 monthly updates at ghacks, its now so much better "crowd-sourced" and massively superior to before, and always right up to date (stable) even with one character switches to flip on ESR 52.x preferences and loads more. That ghacks article should be removed |
After a very quick casual glance, the above md contains quite some factual errors, such as safe browsing connecting to google, and quite a few deprecated preferences, although I fully understand it's an old unmaintained copy
|
After a very quick casual glance, the above md contains quite some factual errors, such as safe browsing connecting to google, and quite a few deprecated preferences, although I fully understand it's an old unmaintained copy |
Dear all!
Great stuff you have! Some additional suggestions from my side...
Please, have a look at https://github.com/gunnersson and, to be more precise, at https://github.com/gunnersson/my_Mozilla_settings !
That's my repo and project. There's no intention of bad rivalry, but just good competition by me. In fact, there are many users and repos at GitHub of similar idea and content.
But it would be my intention to bring them all a bit together for sharing and collecting.
Maybe, in this way Mozilla Firefox and Mozilla Thunderbird could be a real joy for many people...
Thank you and kind regards,
Gunner
Great stuff you have! Some additional suggestions from my side...Dear all! Great stuff you have! Some additional suggestions from my side... Please, have a look at https://github.com/gunnersson and, to be more precise, at https://github.com/gunnersson/my_Mozilla_settings ! That's my repo and project. There's no intention of bad rivalry, but just good competition by me. In fact, there are many users and repos at GitHub of similar idea and content. But it would be my intention to bring them all a bit together for sharing and collecting. Maybe, in this way Mozilla Firefox and Mozilla Thunderbird could be a real joy for many people... Thank you and kind regards, Gunner |
if you want any preferences to sync across devices using Firefox Sync account, create additional config preferences with the prefix "services.sync.prefs.sync." and then set it to true.
ex:
create a new boolean for device.sensors.enabled
it would be
services.sync.prefs.sync.device.sensors.enabled
and set it to true.
then it'll sync across your devices. I don't think it will sync with mobile Firefox, though, but at least desktops. I've been doing this for a few years.
|
if you want any preferences to sync across devices using Firefox Sync account, create additional config preferences with the prefix "services.sync.prefs.sync." and then set it to true. ex: |
|
network.IDN_show_punycode = true stops IDN phishing |
I'd recommend CanvasBlocker
https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
|
I'd recommend CanvasBlocker https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/ |
Waterfox is perhaps a better starting point for a secure and private Firefox.
|
Waterfox is perhaps a better starting point for a secure and private Firefox. |
Hi, this sounds great. I can't use the latest Firefox (Quanutm) because of the annoying WHITE SCREEN FLASH and also, it breaks several plugins. Any recommendations for this?
|
Hi, this sounds great. I can't use the latest Firefox (Quanutm) because of the annoying WHITE SCREEN FLASH and also, it breaks several plugins. Any recommendations for this? |
Source code for the pocket extension was open-sourced recently: https://github.com/Pocket
|
Source code for the pocket extension was open-sourced recently: https://github.com/Pocket |
|
Isn't the answer to the implied question to use the Tor browser? |
Funny that the stated goal of improving user privacy is undermined by the suggestions in this gist: by using non-standard configurations you are easier to track...
Also, I would advise against messing with your cryptography settings unless you know what you are doing (and, in case it wasn't clear, "I read it on a random gist" doesn't even come close to clear this bar).
|
Funny that the stated goal of improving user privacy is undermined by the suggestions in this gist: by using non-standard configurations you are easier to track... Also, I would advise against messing with your cryptography settings unless you know what you are doing (and, in case it wasn't clear, "I read it on a random gist" doesn't even come close to clear this bar). |
|
People please do not disable Websockets OMG |
|
Thanks for the info! |
"required to turn Firefox into a functional brower" should be "required to turn Firefox into a functional browser" ("browser", not "brower").
:-)
|
"required to turn Firefox into a functional brower" should be "required to turn Firefox into a functional browser" ("browser", not "brower"). :-) |
I maintain a fork with most of the important changes here, along with a PKGBUILD for Arch Linux users. I manage to get changes out within 24 hours, usually. https://github.com/afontenot/firefox-clean
@quantumproducer Hi, this sounds great. I can't use the latest Firefox (Quanutm) because of the annoying WHITE SCREEN FLASH and also, it breaks several plugins. Any recommendations for this?
You have to disable the background for tab render areas - it gets shown while the tab is in the process of rendering. Reddit thread about it here: https://www.reddit.com/r/firefox/comments/6hv7rk/how_do_you_disable_the_white_flash_on_opening_a/
|
I maintain a fork with most of the important changes here, along with a PKGBUILD for Arch Linux users. I manage to get changes out within 24 hours, usually. https://github.com/afontenot/firefox-clean
You have to disable the background for tab render areas - it gets shown while the tab is in the process of rendering. Reddit thread about it here: https://www.reddit.com/r/firefox/comments/6hv7rk/how_do_you_disable_the_white_flash_on_opening_a/ |
Hey, webgl and websockets aren't exactly bullshit. Perhaps more explanation about each option is needed, given some people can blindly copy these settings thinking they're just improving security without side effects.
|
Hey, webgl and websockets aren't exactly bullshit. Perhaps more explanation about each option is needed, given some people can blindly copy these settings thinking they're just improving security without side effects. |
It'd be really cool to a shell script that can do all these things idempotently. It sucks switching computers.
|
It'd be really cool to a shell script that can do all these things idempotently. It sucks switching computers. |
It might be worth considering Brave browser. I recently switched over Firefox because it focuses on privacy. They are planning on integrating a TOR private browsing tab. Really good stuff and it's by the guy who made JavaScript.
|
It might be worth considering Brave browser. I recently switched over Firefox because it focuses on privacy. They are planning on integrating a TOR private browsing tab. Really good stuff and it's by the guy who made JavaScript. |
@CAFxX If you have a problem with any specific setting then say so, give your reasoning instead of dismissing settings vaguely and out of hand because it's a "random" gist, which has to be one of the worst reasons I could think of for ignoring information.
|
@CAFxX If you have a problem with any specific setting then say so, give your reasoning instead of dismissing settings vaguely and out of hand because it's a "random" gist, which has to be one of the worst reasons I could think of for ignoring information. |
@casecoded .... "the guy who made JavaScript" is the man that was forcibly shamed into resigning as the CEO of Mozilla. A co-founder. Built it up and then they ejected him because at some stage in his life he legally donated his own private cash to a political party that others didn't agree with.
Isn't mob outrage and targetted smear campaigns just grand?
https://en.wikipedia.org/wiki/Brendan_Eich
also to haasn that owns this gist, you were told 2 years ago about a spelling mistake clear as day in the beacon setting and not a single thing has been done about it other than posting your links on social media platforms to spread the word on how great it is. Read your comments, think about what the person is writing and fix your shit up I guess. People are gonna come here blindly copy paste into about:config find that half the settings are missing and the other half dont show up because of blatant spelling mistakes and just look elsewhere for assistance
|
@casecoded .... "the guy who made JavaScript" is the man that was forcibly shamed into resigning as the CEO of Mozilla. A co-founder. Built it up and then they ejected him because at some stage in his life he legally donated his own private cash to a political party that others didn't agree with. Isn't mob outrage and targetted smear campaigns just grand? https://en.wikipedia.org/wiki/Brendan_Eich also to haasn that owns this gist, you were told 2 years ago about a spelling mistake clear as day in the beacon setting and not a single thing has been done about it other than posting your links on social media platforms to spread the word on how great it is. Read your comments, think about what the person is writing and fix your shit up I guess. People are gonna come here blindly copy paste into about:config find that half the settings are missing and the other half dont show up because of blatant spelling mistakes and just look elsewhere for assistance |
Setting security.OCSP.require to true breaks a lot of functionality, particularly around anything related to Google, in case anyone was having trouble after applying some of these settings
|
Setting |
@yb66 if you re-read my comment you will find the reasoning for not using non-standard configurations is right there: because you are easier to track (and that defeats the implicit goal of most tweaks in this gist, see all the author's remarks about "avoiding fingerprinting" and "user privacy"). See e.g. https://panopticlick.eff.org/.
About my point about the random gist about cryptographic "suggestions": I'm sorry if I wasn't clear enough. Let me rephrase: you should never trust opinions about how to do or not do cryptography from sources that the cryptographic community does not consider to be respectable. I have nothing against the author of this gist but, as I stated, it does not come even close to clearing that bar. (note that a simple way for the author to clear that bar would be to provide references to respectable sources as to why he's changing cryptographic settings - something that is conspicuously missing from the gist)
I hope my comment is clearer now.
|
@yb66 if you re-read my comment you will find the reasoning for not using non-standard configurations is right there: because you are easier to track (and that defeats the implicit goal of most tweaks in this gist, see all the author's remarks about "avoiding fingerprinting" and "user privacy"). See e.g. https://panopticlick.eff.org/. About my point about the random gist about cryptographic "suggestions": I'm sorry if I wasn't clear enough. Let me rephrase: you should never trust opinions about how to do or not do cryptography from sources that the cryptographic community does not consider to be respectable. I have nothing against the author of this gist but, as I stated, it does not come even close to clearing that bar. (note that a simple way for the author to clear that bar would be to provide references to respectable sources as to why he's changing cryptographic settings - something that is conspicuously missing from the gist) I hope my comment is clearer now. |
Webshitters are the modern-day Java corporate drones from the 00s.
Also Brendan Eich is a cunt.
|
Webshitters are the modern-day Java corporate drones from the 00s. Also Brendan Eich is a cunt. |
|
Palemoon is the closest fork of Firefox with still some sanity in it. |
Palemoon developers thinks he's in a position to dictate what extensions users can or cannot install, which makes his browser automatically unfit for purpose.
|
Palemoon developers thinks he's in a position to dictate what extensions users can or cannot install, which makes his browser automatically unfit for purpose. |
@haasn, great list. Is there a plugin which does it automatically?