mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
Disable window.showModalDialog.
This is no longer in the spec.
This commit is contained in:
@@ -1145,6 +1145,7 @@ pref("dom.disable_window_open_feature.menubar", false);
|
||||
pref("dom.disable_window_open_feature.resizable", true);
|
||||
pref("dom.disable_window_open_feature.minimizable", false);
|
||||
pref("dom.disable_window_open_feature.status", true);
|
||||
pref("dom.disable_window_showModalDialog", true);
|
||||
|
||||
pref("dom.allow_scripts_to_close_windows", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user