[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-102.11.0esr-12.0-1] fixup! Firefox preference overrides.
richard (@richard)
git at gitlab.torproject.org
Thu May 18 20:09:52 UTC 2023
richard pushed to branch base-browser-102.11.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
cfca55d2 by hackademix at 2023-05-18T20:09:37+00:00
fixup! Firefox preference overrides.
tor-browser#41764, prevent automatic download stuffing / DOS
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -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);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cfca55d241ed3a7851cd7bf95e8f1d106ccebf49
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cfca55d241ed3a7851cd7bf95e8f1d106ccebf49
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230518/312d2d54/attachment-0001.htm>
More information about the tbb-commits
mailing list