summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFranklinDM <mrmineshafter17@gmail.com>2022-03-14 21:23:32 +0800
committerFranklinDM <mrmineshafter17@gmail.com>2022-11-23 17:56:50 +0800
commit7001a57aefa1b86ebe361436c2cfae62c8af0835 (patch)
tree47f8d59056565505fe4407cb6f1266dfa56f7e4e /modules
parent173320cf7d173246885546c0292f0ef7b964d894 (diff)
downloaduxp-7001a57aefa1b86ebe361436c2cfae62c8af0835.tar.gz
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index ee9d035b74..5a3f81e376 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -5058,6 +5058,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);