user.js

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

commit 8dacf6e91f055a91125a01decebfc86a145043c3
parent fbe1d48fe2a934da37ce950d28edee2372d86bda
Author: Diogo Agostinho <diogo.ps.agostinho@gmail.com>
Date:   Mon, 31 Aug 2020 21:47:57 +0000

fix typo (#1005)


Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -505,7 +505,7 @@ user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0); * [1] https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox#w_url-autocomplete ***/ // user_pref("browser.urlbar.autoFill", false); /* 0860: disable search and form history - * [SETUP-WEB] Be aware thet autocomplete form data can be read by third parties, see [1] [2] + * [SETUP-WEB] Be aware that autocomplete form data can be read by third parties, see [1] [2] * [NOTE] We also clear formdata on exit (see 2803) * [SETTING] Privacy & Security>History>Custom Settings>Remember search and form history * [1] https://blog.mindedsecurity.com/2011/10/autocompleteagain.html