[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
morgan (@morgan)
git at gitlab.torproject.org
Mon Aug 12 18:42:36 UTC 2024
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
7b863525 by Pier Angelo Vendrame at 2024-08-12T18:42:12+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/7b863525825e30057978b463b4efdcdc760e09d7
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7b863525825e30057978b463b4efdcdc760e09d7
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/20240812/e00b051f/attachment-0001.htm>
More information about the tor-commits
mailing list