user.js

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

commit 03f558b09caa59a4fd45c4edba10443ec3052ab8
parent cd9fc110b0c23d0cc8be34ccbff1839fbd8ca0fa
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Mon, 10 Feb 2020 17:12:08 +0000

nit: 0517 SETTING

we don't include `Options>` in [SETTING] lines
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -358,7 +358,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 (FF74+) + * [SETTING] Privacy & Security>Forms and Autofill>Autofill addresses (FF74+) * [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+]