[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.

morgan (@morgan) git at gitlab.torproject.org
Mon Aug 12 18:44:02 UTC 2024



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240812/e7ce00ee/attachment.htm>


More information about the tor-commits mailing list