[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] 2 commits: fixup! Firefox preference overrides.
richard (@richard)
git at gitlab.torproject.org
Tue Aug 29 20:28:35 UTC 2023
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
21e22bb1 by Richard Pospesel at 2023-08-29T20:18:43+00:00
fixup! Firefox preference overrides.
- - - - -
f3e8eab7 by Richard Pospesel at 2023-08-29T20:18:44+00:00
fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js
- - - - -
2 changed files:
- browser/app/profile/000-tor-browser.js
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/000-tor-browser.js
=====================================
@@ -51,9 +51,7 @@ pref("extensions.torbutton.use_nontor_proxy", false);
// Browser home page:
pref("browser.startup.homepage", "about:tor");
-// tor-browser#40701: Add new download warning and flipping prefs to match Firefox
-pref("browser.download.useDownloadDir", true);
-pref("browser.download.always_ask_before_handling_new_types", false);
+// tor-browser#40701: Add new download warning
pref("browser.download.showTorWarning", true);
// This pref specifies an ad-hoc "version" for various pref update hacks we need to do
=====================================
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/-/compare/3fbd7156b75c0bf07d96f3c195c447d0edb2dabd...f3e8eab777316cca0e68ec7bc06b453d633c6688
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/3fbd7156b75c0bf07d96f3c195c447d0edb2dabd...f3e8eab777316cca0e68ec7bc06b453d633c6688
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/20230829/5f19d269/attachment-0001.htm>
More information about the tbb-commits
mailing list