user.js

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

commit c2775a3441e475b53c5056b2d88db0427e5cd4f5
parent 50d31a7aa257532c58786637af2b5214a449e538
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 22 Apr 2019 14:15:58 +0000

0860 form history info, closes #691
Diffstat:
Muser.js | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -602,8 +602,10 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false); * [1] https://www.ghacks.net/2016/08/09/firefox-one-off-searches-address-bar/ ***/ // user_pref("browser.urlbar.oneOffSearches", false); /* 0860: disable search and form history + * Autocomplete form data is still (in April 2019) easily read by third parties, see [1] * [NOTE] You can clear formdata on exiting Firefox (see 2803) - * [SETTING] Privacy & Security>History>Custom Settings>Remember search and form history ***/ + * [SETTING] Privacy & Security>History>Custom Settings>Remember search and form history + * [1] https://blog.mindedsecurity.com/2011/10/autocompleteagain.html ***/ user_pref("browser.formfill.enable", false); /* 0862: disable browsing and download history * [NOTE] You can clear history and downloads on exiting Firefox (see 2803)