diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-07 11:55:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 11:55:43 +0200 |
commit | 1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec (patch) | |
tree | 2eb4027eba5468c0dd0b8cb8bba85182c675a04b /modules/libpref/init | |
parent | e9f79994278968cc86698a7d90e05ca01201c441 (diff) | |
parent | 941e54654eabed0a3568f7fefe424a45aa02eddb (diff) | |
download | UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar.gz UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar.lz UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.tar.xz UXP-1af00389dfb9ea52a1a0ee94a5c4618a647bb6ec.zip |
Merge pull request #608 from janekptacijarabaci/_testBranch_js_modules_basic
Merge branch js modules basic
Diffstat (limited to 'modules/libpref/init')
-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 beab06aff..bee38d6c4 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5453,3 +5453,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); |