Skip to content
Snippets Groups Projects
Commit cfca55d2 authored by ma1's avatar ma1 Committed by Richard Pospesel
Browse files

fixup! Firefox preference overrides.

#41764, prevent automatic download stuffing / DOS
parent 042af9e8
No related tags found
No related merge requests found
......@@ -44,6 +44,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.
Please to comment