user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 449e32a8ca8d46ff6499d27ee1bed01e4c525b2c
parent 35a9d3d1e1f3409665f09f9ac6fe68dcdf28bf50
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri, 25 May 2018 04:28:03 +0000

2202: cleanup #434

both these removed prefs are enforcing the default in ESR52.x and FF60+ (and I assume FF52+) branches
Diffstat:
Muser.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -1068,9 +1068,7 @@ user_pref("dom.disable_window_open_feature.resizable", true); // default: true user_pref("dom.disable_window_open_feature.status", true); // status bar - default: true user_pref("dom.disable_window_open_feature.titlebar", true); user_pref("dom.disable_window_open_feature.toolbar", true); -/* 2202: disable meddling with open windows ***/ -user_pref("dom.allow_scripts_to_close_windows", false); // default: false -user_pref("dom.disable_window_flip", true); // window z-order - default: true +/* 2202: prevent scripts moving and resizing open windows ***/ user_pref("dom.disable_window_move_resize", true); /* 2203: open links targeting new windows in a new tab instead * This stops malicious window sizes and some screen resolution leaks.