mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
2203: change [test]
It's the same test (thanks gk)
This commit is contained in:
parent
a4c2bb80aa
commit
b3c6561ba8
2
user.js
2
user.js
@ -983,7 +983,7 @@ user_pref("dom.disable_window_move_resize", true);
|
|||||||
/* 2203: open links targeting new windows in a new tab instead
|
/* 2203: open links targeting new windows in a new tab instead
|
||||||
* This stops malicious window sizes and some screen resolution leaks.
|
* This stops malicious window sizes and some screen resolution leaks.
|
||||||
* 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://people.torproject.org/~gk/misc/entire_desktop.html
|
* [TEST] https://ghacksuserjs.github.io/TorZillaPrint/TorZillaPrint.html#screen
|
||||||
* [1] https://trac.torproject.org/projects/tor/ticket/9881 ***/
|
* [1] https://trac.torproject.org/projects/tor/ticket/9881 ***/
|
||||||
user_pref("browser.link.open_newwindow", 3);
|
user_pref("browser.link.open_newwindow", 3);
|
||||||
user_pref("browser.link.open_newwindow.restriction", 0);
|
user_pref("browser.link.open_newwindow.restriction", 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user