diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-14 08:45:16 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-14 08:45:16 +0200 |
commit | 700c322d3766f191cfc8b329ac2000a973677139 (patch) | |
tree | b86565c9e782cbb49df86091bf187dbf678a342b /modules/libpref | |
parent | 87e4f43be04313da7b4b5ede81c9c97b6bd5394c (diff) | |
download | UXP-700c322d3766f191cfc8b329ac2000a973677139.tar UXP-700c322d3766f191cfc8b329ac2000a973677139.tar.gz UXP-700c322d3766f191cfc8b329ac2000a973677139.tar.lz UXP-700c322d3766f191cfc8b329ac2000a973677139.tar.xz UXP-700c322d3766f191cfc8b329ac2000a973677139.zip |
Bug 1330657 - Enable <script type="module"> behind a pref
Diffstat (limited to 'modules/libpref')
-rw-r--r-- | modules/libpref/init/all.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 59f8de9ac..e82cb103e 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5568,3 +5568,6 @@ pref("dom.storageManager.enabled", false); // be blocked (automatically canceled) for that page. The counter resets // when the page is reloaded. To turn this feature off, just set the limit to 0. pref("prompts.authentication_dialog_abuse_limit", 3); + +// Whether module scripts (<script type="module">) are enabled for content. +pref("dom.moduleScripts.enabled", false); |