Issue #618 - Flip on module type scripting.

This commit is contained in:
wolfbeast 2019-11-10 13:35:00 +01:00 committed by Roy Tam
commit 03da6250e7

View file

@ -5496,4 +5496,5 @@ pref("dom.storageManager.enabled", false);
pref("prompts.authentication_dialog_abuse_limit", 0);
// Whether module scripts (<script type="module">) are enabled for content.
pref("dom.moduleScripts.enabled", false);
pref("dom.moduleScripts.enabled", true);