summaryrefslogtreecommitdiffstats
path: root/modules/libpref/init/all.js
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2019-11-10 13:33:18 +0100
committerGitHub <noreply@github.com>2019-11-10 13:33:18 +0100
commitffd99743369997aea555d76867d90b3c601e9ed4 (patch)
tree0a1162b528b0801096d27eeed1e891a29437bd6c /modules/libpref/init/all.js
parent736d25cbec4541186ed46c935c117ce4d1c7f3bb (diff)
parent406326715dfb8342617df1e8985a296d0cd1b97c (diff)
downloadUXP-ffd99743369997aea555d76867d90b3c601e9ed4.tar
UXP-ffd99743369997aea555d76867d90b3c601e9ed4.tar.gz
UXP-ffd99743369997aea555d76867d90b3c601e9ed4.tar.lz
UXP-ffd99743369997aea555d76867d90b3c601e9ed4.tar.xz
UXP-ffd99743369997aea555d76867d90b3c601e9ed4.zip
Merge pull request #1278 from MoonchildProductions/js-modules
Partial solution for JS modules
Diffstat (limited to 'modules/libpref/init/all.js')
-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);
+