firefox: disable remembering credit cards
This commit is contained in:
parent
a073b7ad4c
commit
db93e633b0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue