mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-05 15:55:06 -04:00
0517: add creditCards.available / defense-in-depth
see https://github.com/arkenfox/user.js/issues/1038#issuecomment-713643850
This commit is contained in:
parent
f2fe7f02b0
commit
f7bee988de
1 changed files with 1 additions and 0 deletions
1
user.js
1
user.js
|
@ -347,6 +347,7 @@ user_pref("browser.ping-centre.telemetry", false);
|
|||
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
|
||||
user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
|
||||
user_pref("extensions.formautofill.available", "off"); // [FF56+]
|
||||
user_pref("extensions.formautofill.creditCards.available", false); // [FF57+]
|
||||
user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
|
||||
user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
|
||||
/* 0518: disable Web Compatibility Reporter [FF56+]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue