morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project /
Applications / Mullvad Browser
Commits:
b25077f3 by Pier Angelo Vendrame at 2024-08-12T18:43:41+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, locked);
pref("browser.formfill.enable", false, locked);
pref("signon.formlessCapture.enabled", false); // Added with tor-browser#41496
pref("signon.autofillForms", false, locked);
+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/mullvad-browser/-/commit/b25077f3ffc02595e210766394483a0fb81eb43e
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/b25077f3ffc02595e210766394483a0fb81eb43e
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits