[tor-commits] [Git][tpo/applications/tor-browser][base-browser-115.2.0esr-13.0-1] fixup! Firefox preference overrides.

richard (@richard) git at gitlab.torproject.org
Tue Aug 29 20:31:24 UTC 2023



richard pushed to branch base-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser


Commits:
200f0ef8 by Richard Pospesel at 2023-08-29T20:29:40+00:00
fixup! Firefox preference overrides.

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -50,9 +50,12 @@ pref("permissions.memory_only", true);
 pref("network.cookie.lifetimePolicy", 2);
 pref("security.nocertdb", true);
 
-// Disk activity: TBB Directory Isolation
+// Disk Activity Disable auto-downloaing to ~/Downloads and other download
+// tweaks to minimize disk leaks (tor-browser#42050)
 pref("browser.download.useDownloadDir", false);
+pref("browser.download.always_ask_before_handling_new_types", true);
 pref("browser.download.manager.addToRecentDocs", false);
+pref("browser.download.start_downloads_in_tmp_dir", true);
 
 // Prevent download stuffing / DOS (tor-browser#41764)
 pref("browser.download.enable_spam_prevention", true);



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/200f0ef8af21b4667a7e1e7d94c7735a60e86354

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/200f0ef8af21b4667a7e1e7d94c7735a60e86354
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/tor-commits/attachments/20230829/7dc84abc/attachment.htm>


More information about the tor-commits mailing list