💾 Archived View for cjc.im › 2016 › 06 › 30 › Firefox-privacy-and-settings › index.gmi captured on 2022-03-01 at 15:05:17. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Jun 30, 2016
A guide on setting up Firefox for better privacy than default. This is mostly for the next time I have to set this up, ideally I need to write or use a pre-made user.js file that will do as much of this as possible.
In about:config, search for `loop.enabled` and set this to `false`, I guess the only way to get this sort of thing used in the current market is to bundle it by default. bad.
In about:config, search for `pocket.enabled` and set this to `false`. Should really be an addon, must have been paid a lot for this. Disable it!
In about:config, search for `social` and set the booleans to `false`. Set the whitelist string to `""`.
There are plenty of customer user.js files for firefox that store all your preferences instead of doing them manually like above such as at this one[1].
1: https://github.com/pyllyukko/user.js
Blocks adverts, not only for the reason of not seeing them, or saving bandwidth, or stopping tracking.. but also since advertisers are used to deliver malware as of late, that too! see Malvertising[2].
2: https://en.wikipedia.org/wiki/Malvertising
Stops social media sites such as facebook tracking you across the internet. Facebook tracks users regardless of if they are logged in or not. See here[3].
3: http://www.makeuseof.com/tag/doesnt-matter-youre-not-facebook-theyre-still-tracking/
Attempts to use SSL for sites known to support it to avoid using unencrypted connections.