Hacker News new | past | comments | ask | show | jobs | submit login

I agree. I also try to keep it simple to avoid too much maintenance hassle. Sadly about:config is too imperative, so you need to explicitly undo changes. I wish it was like regular dotfiles.

In any case this is in my user.js:

user_pref("datareporting.policy.dataSubmissionEnabled", false);

user_pref("privacy.trackingprotection.enabled", true);

user_pref("media.autoplay.enabled", false);

Along with ublocko and httpseverywhere, that covers a lot without breaking mostly anything.

A quite famous user.js hardening project is https://github.com/pyllyukko/user.js. But I've found that keeping such a complex configuration functional requires a lot of constant effort.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: