[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
morgan (@morgan)
git at gitlab.torproject.org
Mon Aug 12 18:40:59 UTC 2024
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
43718242 by Pier Angelo Vendrame at 2024-08-12T18:27:40+00:00
fixup! Firefox preference overrides.
Bug 42810: Explicitly disable address and credit card filling.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -74,6 +74,9 @@ pref("signon.rememberSignons", false);
pref("browser.formfill.enable", false);
pref("signon.formlessCapture.enabled", false); // Added with tor-browser#41496
pref("signon.autofillForms", false);
+pref("extensions.formautofill.available", "");
+pref("extensions.formautofill.addresses.enabled", false);
+pref("extensions.formautofill.creditCards.enabled", false);
// Do not store extra data (form, scrollbar positions, cookies, POST data) for
// the session restore functionality.
pref("browser.sessionstore.privacy_level", 2);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/43718242f4735396fc0ab2d7530d51a9f9d84ca8
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/43718242f4735396fc0ab2d7530d51a9f9d84ca8
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/20240812/91d76dfe/attachment.htm>
More information about the tbb-commits
mailing list