summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-12 01:47:54 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-12 01:47:54 +0000
commit927c2fd3ea9e2af55530f1e07b862c3c43eb0054 (patch)
treec4152c82bf50e06c9e01781d0b29b096bc77f749 /modules
parent1c97314804cff846def08b122efb32d514bd1a09 (diff)
downloadUXP-927c2fd3ea9e2af55530f1e07b862c3c43eb0054.tar
UXP-927c2fd3ea9e2af55530f1e07b862c3c43eb0054.tar.gz
UXP-927c2fd3ea9e2af55530f1e07b862c3c43eb0054.tar.lz
UXP-927c2fd3ea9e2af55530f1e07b862c3c43eb0054.tar.xz
UXP-927c2fd3ea9e2af55530f1e07b862c3c43eb0054.zip
Issue #1587 - Part 10: Expose controlling pref and enable by default
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index b5b112020..766c00d39 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4738,6 +4738,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);