Issue #2029 - Part 1: Add preference for opening the protocol handling dialog as window modal

This adds the preference, `prompts.content_handling_dialog_modal.enabled`, to control whether the dialog is window modal or not.
This commit is contained in:
FranklinDM 2022-03-14 21:23:32 +08:00 committed by roytam1
commit 36ddeff63c
2 changed files with 11 additions and 8 deletions

View file

@ -5227,6 +5227,9 @@ pref("dom.storageManager.enabled", false);
// See application preferences for appropriate defaults.
pref("prompts.authentication_dialog_abuse_limit", 0);
// Whether content handling dialog is window modal
pref("prompts.content_handling_dialog_modal.enabled", false);
// Whether module scripts (<script type="module">) are enabled for content.
pref("dom.moduleScripts.enabled", true);