mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #618 - Flip on module type scripting.
This commit is contained in:
parent
10b2e09718
commit
03da6250e7
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue