8
Does anyone have experience with arkenfox/user.js?
(github.com)
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
I use ArkenFox as a base for a hardened version of FF. It's not really designed to be used verbatim as that would leave the web in a fairly unusable state, at least for most users. I use a fair few overrides because on my daily browser I want it to be able to use DRM content, be able to login to my bank, etc. For me I see it as a really solid foundation, after which I can intentionally pick and choose what functionality to enable at my own risk rather than have bad defaults thrust upon me by the browser vendor.
I personally don't concern myself that heavily with attempting to defend my daily browser's fingerprint. With the default ArkenFox implementation, ResistFingerprinting in FF is enabled and that's the best you can do, but it also breaks a few things on purpose which impacts functionality. I personally have RF off and use the CanvasBlocker extension to defend against naïve fingerprinting scripts, but that's a choice users have to make.
If I were that concerned about being fingerprinted by advanced scripts, I'd be using the Mullvad Browser or TOR. Those are really the only effective way to "blend in" to a crowd. Most any browsers people use as their one for daily use that aren't either of those will be fingerprintable and identifiable by an adversary determined enough, so investing too much time in worrying about a daily browser's fingerprint beyond defending against naïve scripts isn't worth that much time investment, imo.
I have kept the ResistFingerprinting enabled for now. It doesn't impact 90% of my browsing experience.
Do you need to regularly check for updates on the GitHub for the user.js or should I not bother once I have configured it to my liking?
I appreciate the info. Thanks!
In the ArkenFox zip there's a
updater.bat
(Windows) orupdater.sh
(Linux) script which will pull the latest user.js. I do run this periodically as FF settings will for sure evolve over time with new versions, absolutely.You could probably schedule these with a task scheduler/cron if you wanted.