mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
c28adcb4a9
36 changed files with 353 additions and 254 deletions
|
|
@ -5494,3 +5494,7 @@ 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", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue