From 4977d01fec82e2acff3ab2c8248736e8fbc31596 Mon Sep 17 00:00:00 2001 From: earthlng Date: Sat, 26 Aug 2017 16:27:48 +0200 Subject: [PATCH] 0517: add .creditCards.enabled;false (FF56+) it's most likely covered by disabling extensions.formautofill but is nice to know for people who want to enable form-autofill but may want to disable creditCards autofill --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index 8ebc5db..848ce10 100644 --- 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+)