mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
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:
parent
eb0c06101f
commit
36ddeff63c
2 changed files with 11 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue