mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Bug 1330657 - Enable <script type="module"> behind a pref
This commit is contained in:
parent
db68ce927e
commit
408d61b4f0
3 changed files with 20 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue