mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
20b787a4df
37 changed files with 523 additions and 153 deletions
|
|
@ -5252,6 +5252,9 @@ pref("prompts.content_handling_dialog_modal.enabled", false);
|
|||
// Whether module scripts (<script type="module">) are enabled for content.
|
||||
pref("dom.moduleScripts.enabled", true);
|
||||
|
||||
// Whether read-only Window property event is enabled for content.
|
||||
pref("dom.window.event.enabled", false);
|
||||
|
||||
// Report details when a media source error occurs?
|
||||
// Enabled by default in debug builds, otherwise should be explicitly enabled
|
||||
// by the user to prevent XO leaking of the response status (CVE-2020-15666)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue