From fbe1d48fe2a934da37ce950d28edee2372d86bda Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 31 Aug 2020 19:49:00 +0000 Subject: [PATCH] 2203: open_newwindow values - FYI: https://bugzilla.mozilla.org/show_bug.cgi?id=1661643 - https://hg.mozilla.org/integration/autoland/rev/12d62b074178 --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 2788d3b..fa49e66 100644 --- a/user.js +++ b/user.js @@ -965,7 +965,7 @@ user_pref("dom.disable_window_move_resize", true); * You can still right-click a link and open in a new window. * [TEST] https://ghacksuserjs.github.io/TorZillaPrint/TorZillaPrint.html#screen * [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); /* 2204: disable Fullscreen API (requires user interaction) to prevent screen-resolution leaks * [NOTE] You can still manually toggle the browser's fullscreen state (F11),