From 85273d0f19e6314f69f323d581b46e00392167be Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sun, 22 Dec 2019 07:13:48 +0000 Subject: [PATCH] 0517: setting tag --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index 27b22a3..58d5b31 100644 --- a/user.js +++ b/user.js @@ -360,6 +360,7 @@ user_pref("browser.ping-centre.telemetry", false); /* 0517: disable Form Autofill * [NOTE] Stored data is NOT secure (uses a JSON file) * [NOTE] Heuristics controls Form Autofill on forms without @autocomplete attributes + * [SETTING] Options>Privacy&Security>Forms and Autofill>Autofill addresses (FF73+) * [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); // [FF55+]