Information
This setting allows the configuration of how Firefox handles scripts from moving or resizing browser windows.
Rationale:
Arbitrary web sites can disguise an attack taking place in a minimized background window by moving or resizing browser windows.
Impact:
Scripts will not be able to move or resize browser windows.
This is the default behavior.
Solution
To establish the recommended configuration, set dom.disable_window_move_resize to true:
Type about:config in the address bar
Type dom.disable_window_move_resize in the filter
Ensure the setting is set as prescribed.
OR
Open the mozilla.cfg file in the installation directory with a text editor
Add the following lines to mozilla.cfg:
lockPref('dom.disable_window_move_resize', true);
Default Value:
False (Enabled).