1
Fork 0

firefox: disable remembering credit cards

This commit is contained in:
Alan Faubert 2021-09-20 15:46:51 -04:00
parent a073b7ad4c
commit db93e633b0

View file

@ -20,6 +20,7 @@ user_pref("devtools.selfxss.count", 5);
user_pref("devtools.whatsnew.enabled", false);
user_pref("devtools.whatsnew.feature-enabled", false);
user_pref("dom.security.https_only_mode", true);
user_pref("extensions.formautofill.creditCards.enabled", false);
user_pref("extensions.privatebrowsing.notification", true);
user_pref("geo.enabled", false);
user_pref("identity.fxaccounts.enabled", false);