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/43718242...
tbb-commits@lists.torproject.org