Wow, this is a great post. Thank you for taking the time to write this up. I've been using Firefox for a while now, but kept most settings fairly close to the defaults. I'm unhappy with many of their defaults, but hadn't been motivated to start tweaking stuff. I'll note that disabling custom fonts breaks certain sites. I don't consider it a deal-breaker, but it's worth being aware. Many sites abuse fonts for icons. D…
> Since we're already on the topic of configuring Firefox, I have a tangential question. Does anyone know how to configure Firefox to automatically save rar files? You usually receive the option to always save different file types, but the choice isn't available for rar files, so you always receive a download popup. Maybe I'm missing something but for me, going to the Options tab, selecting General tab, then going to…
Firefox Configuration Guide for Privacy Freaks and Performance Buffs
71–80 of 125 posts
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#72Just a general comment, the author mentions and links a vpn provider several times and the links contain referral codes, though the author never mentions it.
that said, i don't disagree with your comment and so when i update the article again, i will state that they are affil links in the interest of transparency
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#73Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#74Why are those concerned with privacy "freaks", but those concerned about performance "buffs"? As a person who cares about privacy I find this a bit offensive and it's not helping the privacy debate. Nice article otherwise and I have to congratulate the web designer - what a beautiful, readable site!
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#75Ruining the analytics is a better tactic in my opinion. Flood the tracking with useless data
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#76One thing not mentioned in the list is Firefox Multi-Account Containers [1]. It helps by segregating your on-line information (cookies) into separate containers that you set up. It doesn't stop sites pulling all cookies, but it reduces the amount of information being sent: only the information in the same container is accessible. [1] https://addons.mozilla.org/en-US/firefox/addon/multi-account...
I abandoned that. Mukti containers have lots and lots of usability issues. I had some tabs (mostly YouTube) opened thrice when clicking on a YT link. They don't automatically switch back to the default container. That's a big problem. You open your FB container (and Firefox can do this automatically when entering a FB URL or following a link there), you follow a link elsewhere or enter another URL, and you keep inadv…
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#77What I don't understand is why someone would go to the problems of essentially spending a lot of time breaking their Firefox installation instead of using Tor directly when they care about privacy. Most of the tweaks boil down to turning Firefox defaults into Tor defaults, but without the benefit of actual anonymity, unless you're going to go ahead and install and trust the VPN provider which you also need. The major…
I consider myself somewhat tech-fluent (not in the industry) and privacy-oriented, but there's a happy medium of installing FF on my dayjob computer and loading it up with ublock Origin/privacy badger/etc versus some of the other suggestions. I'm OK with the occasional day-to-day leak if most of the footprint can be obscured.
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#78The one thing I'd like configurable in FF Quantum is the amount of processes it spawns. I run Selenium tests and if I choose to run five or six instances I end up with two dozen processes. Fucking hell.
Preferences > General > Performance > Uncheck the box next to Use recommended performance settings.
You will then be able to change the following settings:
- Use hardware acceleration when available
- Content process limit
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#79Earlier quoted context omitted.
This is a great post, and is exactly the line I've been thinking along for a long time. I currently use uMatrix for this and it implements this almost perfectly. However, it's scope is too narrow: it only controls requests within the webpage, so doesn't have access to it many requests the browser will make outside of that scope. If you start by broadening the scope from webpage to browser, you eventually get to the o…
> … so doesn't have access to it many requests the browser will make outside of that scope. You have access if you chose to modify/recompile the .cpp/.rs files that deal with sending requests that those higher level functions use, this is what I do. Some particular places of interest on /mozilla-central/: - /servo/components/style/gecko/urls.rs, will pertain to calls called from css image functions - /netwerk/protoco…
Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs
#80Also check out https://www.privacy-handbuch.de/handbuch_21.htm for more interesting firefox modifications (german site).