Skip to content
Snippets Groups Projects
Verified Commit 20ba87ac authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

parent 45f551bc
No related branches found
No related tags found
1 merge request!692Bug 41860: Rebased on 102.13.0esr
......@@ -48,6 +48,9 @@ pref("security.nocertdb", true);
pref("browser.download.useDownloadDir", false);
pref("browser.download.manager.addToRecentDocs", false);
// Prevent download stuffing / DOS (tor-browser#41764)
pref("browser.download.enable_spam_prevention", true);
// Misc privacy: Disk
pref("signon.rememberSignons", false);
pref("browser.formfill.enable", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment