mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
[Basilisk] Enable dialog by default
This commit is contained in:
parent
d0aae61395
commit
4f1fb965c6
1 changed files with 5 additions and 0 deletions
|
|
@ -467,6 +467,11 @@ pref("dom.enable_performance_navigation_timing", false);
|
|||
// beginning to expect this to be present.
|
||||
pref("dom.enable_performance_observer", true);
|
||||
|
||||
// Controls Whether <dialog> element support is enabled or not.
|
||||
// GitHub is broken without this enabled so we set this to true.
|
||||
// See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
|
||||
pref("dom.dialog_element.enabled", true);
|
||||
|
||||
// popups.policy 1=allow,2=reject
|
||||
pref("privacy.popups.policy", 1);
|
||||
pref("privacy.popups.usecustom", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue