mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
0517: setting tag
This commit is contained in:
parent
ef293b57a7
commit
85273d0f19
1
user.js
1
user.js
@ -360,6 +360,7 @@ user_pref("browser.ping-centre.telemetry", false);
|
|||||||
/* 0517: disable Form Autofill
|
/* 0517: disable Form Autofill
|
||||||
* [NOTE] Stored data is NOT secure (uses a JSON file)
|
* [NOTE] Stored data is NOT secure (uses a JSON file)
|
||||||
* [NOTE] Heuristics controls Form Autofill on forms without @autocomplete attributes
|
* [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
|
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill
|
||||||
* [2] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/ ***/
|
* [2] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/ ***/
|
||||||
user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
|
user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
|
||||||
|
Loading…
Reference in New Issue
Block a user