commit f18197c22e49688fad7717f618cb8853b30f83d0
parent 98698c8e6872955c7331c6bef914fb5e3aba7643
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sun, 6 Aug 2017 04:40:49 +1200
0860+0861: disable form history => Active #186
Diffstat:
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/user.js b/user.js
@@ -483,12 +483,9 @@ user_pref("browser.urlbar.oneOffSearches", false);
/* 0860: disable search and form history
* [SETTING] Options>Privacy>History>Custom Settings>Remember search and form history
* [NOTE] You can clear formdata on exiting Firefox (see 2803) ***/
- // user_pref("browser.formfill.enable", false);
-/* 0861: disable saving form history on secure websites
- * For convenience & functionality, this is best left at default true,
- * especially as the web moves more and more to encrypted services
- * You can clear form history on exiting Firefox (see 2803) ***/
- // user_pref("browser.formfill.saveHttpsForms", false);
+user_pref("browser.formfill.enable", false);
+/* 0861: disable saving form history on secure websites ***/
+user_pref("browser.formfill.saveHttpsForms", false);
/* 0862: disable browsing and download history
* [SETTING] Options>Privacy>History>Custom Settings>Remember my browsing and download history
* [NOTE] You can clear history and downloads on exiting Firefox (see 2803) ***/