Live data from Hacker News

Firefox Configuration Guide for Privacy Freaks and Performance Buffs

12bytes.org

71–80 of 125 posts

Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs

#71

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…

Most likely the site is sending a content-disposition: attachment which forces Firefox to show the save file dialog. This is a very old bug.

Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs

#72

Just 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.

i recommend Air because i actually use their service

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

#74
post #13

Why 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!

i meant no offense - i used the term "freaks" because a lot of people who don't give a crap about privacy may consider us 'privacy freaks' - sine the article is about privacy however, i think it's obvious that it's just a poke in the ribs, if you will

Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs

#76
post #36

One 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…

[deleted]

Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs

#77
post #51

What 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…

Privacy is a spectrum, and not all of us have the patience/time to deal with Tor.

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

#78
post #73

The 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.

But it is configurable!

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

#79

Earlier 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…

To clarify, you are modifying and recompiling a Mozilla browser from source?

Re: Firefox Configuration Guide for Privacy Freaks and Performance Buffs

#80
While searching on github for more user.js privacy and security hardening modifications (https://github.com/search?q=%22user.js%22&type=Repositories ) i've added https://raw.githubusercontent.com/CHEF-KOCH/NSABlocklist/mas... to uBlock. take that NSA!

Also check out https://www.privacy-handbuch.de/handbuch_21.htm for more interesting firefox modifications (german site).

Post reply on HN