summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-11-10 13:02:28 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-11-10 13:02:28 +0100
commit8395c95ceef7095d719e10447336f15acdcce2f8 (patch)
tree0a1162b528b0801096d27eeed1e891a29437bd6c /modules
parent56d8824888b1ce37781308919c7bc5f8f404dca0 (diff)
downloadaura-central-8395c95ceef7095d719e10447336f15acdcce2f8.tar.gz
Issue mcp-graveyard/UXP%618 - Misc fixes (merge conflicts)
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 2e3d2aecf..61a2ef1b5 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -5486,3 +5486,7 @@ pref("dom.storageManager.enabled", false);
// >0 = suppress further prompts after the user has canceled the dialog n times
// See application preferences for appropriate defaults.
pref("prompts.authentication_dialog_abuse_limit", 0);
+
+// Whether module scripts (<script type="module">) are enabled for content.
+pref("dom.moduleScripts.enabled", false);
+