mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-21 08:06:47 -04:00
Update user.js
This commit is contained in:
parent
11dcc54b61
commit
ce0a6f8485
9
user.js
9
user.js
@ -531,10 +531,6 @@ user_pref("browser.formfill.enable", false);
|
||||
* [NOTE] We also clear history and downloads on exiting Firefox (see 2803)
|
||||
* [SETTING] Privacy & Security>History>Custom Settings>Remember browsing and download history ***/
|
||||
// user_pref("places.history.enabled", false);
|
||||
/* 0864: disable date/time picker
|
||||
* This can leak your locale if not en-US
|
||||
* [1] https://trac.torproject.org/projects/tor/ticket/21787 ***/
|
||||
user_pref("dom.forms.datetime", false);
|
||||
/* 0870: disable Windows jumplist [WINDOWS] ***/
|
||||
user_pref("browser.taskbar.lists.enabled", false);
|
||||
user_pref("browser.taskbar.lists.frequent.enabled", false);
|
||||
@ -1764,6 +1760,11 @@ user_pref("dom.event.highrestimestamp.enabled", true); // [DEFAULT: true]
|
||||
// [1] https://support.mozilla.org/en-US/kb/extension-recommendations
|
||||
// [-] https://bugzilla.mozilla.org/1528953
|
||||
// user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr", false);
|
||||
// FF68
|
||||
// 0864: disable date/time picker
|
||||
// This can leak your locale if not en-US
|
||||
// [1] https://trac.torproject.org/projects/tor/ticket/21787
|
||||
user_pref("dom.forms.datetime", false);
|
||||
// * * * /
|
||||
// ***/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user