Bug 1330657 - Enable <script type="module"> behind a pref

This commit is contained in:
janekptacijarabaci 2018-04-14 08:45:16 +02:00 committed by Roy Tam
commit 408d61b4f0
3 changed files with 20 additions and 3 deletions

View file

@ -5494,3 +5494,6 @@ 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);