user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ae83b83590c3ccbea4399907e0ffb051a3e3658e
parent eab3a0b714bb3e050b689bfb4b1aa56757ecc747
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 27 Aug 2017 15:46:12 +1200

0517: formautofill.creditCards.enabled


Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -365,6 +365,7 @@ user_pref("browser.onboarding.enabled", false); * [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill * [2] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/ ***/ user_pref("extensions.formautofill.addresses.enabled", false); +user_pref("extensions.formautofill.creditCards.enabled", false); // (FF56+) user_pref("extensions.formautofill.experimental", false); user_pref("extensions.formautofill.heuristics.enabled", false); /* 0518: disable Web Compatibility Reporter (FF56+)