mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #1587 - Part 10: Expose controlling pref and enable by default
This commit is contained in:
parent
3d396386dc
commit
1b3eeca9eb
1 changed files with 3 additions and 0 deletions
|
|
@ -4746,6 +4746,9 @@ pref("dom.vibrator.max_vibrate_list_len", 128);
|
|||
// Disabled by default to reduce private data exposure.
|
||||
pref("dom.battery.enabled", false);
|
||||
|
||||
// Abort API
|
||||
pref("dom.abortController.enabled", true);
|
||||
|
||||
// Push
|
||||
|
||||
pref("dom.push.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue