mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-04 02:48:31 +02:00
Compare commits
4 Commits
v80.0-beta
...
80.0
Author | SHA1 | Date | |
---|---|---|---|
ed993d5502 | |||
22d2d702be | |||
8dacf6e91f | |||
fbe1d48fe2 |
9
user.js
9
user.js
@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: ghacks user.js
|
* name: ghacks user.js
|
||||||
* date: 28 Aug 2020
|
* date: 03 Sep 2020
|
||||||
* version 80-beta
|
* version 80
|
||||||
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
||||||
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
||||||
|
|
||||||
@ -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 ***/
|
* [1] https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox#w_url-autocomplete ***/
|
||||||
// user_pref("browser.urlbar.autoFill", false);
|
// user_pref("browser.urlbar.autoFill", false);
|
||||||
/* 0860: disable search and form history
|
/* 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)
|
* [NOTE] We also clear formdata on exit (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
|
* [1] https://blog.mindedsecurity.com/2011/10/autocompleteagain.html
|
||||||
@ -813,7 +813,6 @@ user_pref("gfx.font_rendering.graphite.enabled", false);
|
|||||||
* [NOTE] in FF80 RFP restricts the whitelist to bundled and "Base Fonts"
|
* [NOTE] in FF80 RFP restricts the whitelist to bundled and "Base Fonts"
|
||||||
* ...and in FF81+ the whitelist **overrides** RFP's font visibility (see 4618)
|
* ...and in FF81+ the whitelist **overrides** RFP's font visibility (see 4618)
|
||||||
* [WARNING] Creating your own probably highly-unique whitelist will raise your entropy.
|
* [WARNING] Creating your own probably highly-unique whitelist will raise your entropy.
|
||||||
* Eventually privacy.resistFingerprinting (see 4500) will cover this
|
|
||||||
* [1] https://bugzilla.mozilla.org/1121643 ***/
|
* [1] https://bugzilla.mozilla.org/1121643 ***/
|
||||||
// user_pref("font.system.whitelist", ""); // [HIDDEN PREF]
|
// user_pref("font.system.whitelist", ""); // [HIDDEN PREF]
|
||||||
|
|
||||||
@ -965,7 +964,7 @@ user_pref("dom.disable_window_move_resize", true);
|
|||||||
* You can still right-click a link and open in a new window.
|
* You can still right-click a link and open in a new window.
|
||||||
* [TEST] https://ghacksuserjs.github.io/TorZillaPrint/TorZillaPrint.html#screen
|
* [TEST] https://ghacksuserjs.github.io/TorZillaPrint/TorZillaPrint.html#screen
|
||||||
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/9881 ***/
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/9881 ***/
|
||||||
user_pref("browser.link.open_newwindow", 3);
|
user_pref("browser.link.open_newwindow", 3); // 2=new window, 3=new tab
|
||||||
user_pref("browser.link.open_newwindow.restriction", 0);
|
user_pref("browser.link.open_newwindow.restriction", 0);
|
||||||
/* 2204: disable Fullscreen API (requires user interaction) to prevent screen-resolution leaks
|
/* 2204: disable Fullscreen API (requires user interaction) to prevent screen-resolution leaks
|
||||||
* [NOTE] You can still manually toggle the browser's fullscreen state (F11),
|
* [NOTE] You can still manually toggle the browser's fullscreen state (F11),
|
||||||
|
Reference in New Issue
Block a user