summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-08-07 21:15:52 +0000
committerMoonchild <moonchild@palemoon.org>2020-08-07 21:30:12 +0000
commit48d31ea5ebe2a4901fcb542e1e48b6fd6b67d64c (patch)
treef4f8e025b815a7c65cabe47f00d27ffbc8dd02c5 /modules
parent3cf08436797f0317064c950bdeedb0fef83e8832 (diff)
downloadUXP-48d31ea5ebe2a4901fcb542e1e48b6fd6b67d64c.tar
UXP-48d31ea5ebe2a4901fcb542e1e48b6fd6b67d64c.tar.gz
UXP-48d31ea5ebe2a4901fcb542e1e48b6fd6b67d64c.tar.lz
UXP-48d31ea5ebe2a4901fcb542e1e48b6fd6b67d64c.tar.xz
UXP-48d31ea5ebe2a4901fcb542e1e48b6fd6b67d64c.zip
Pref and disable getRootNode()
This is apparently used for fallback selection and if available it is "assumed" Shadow DOM is also available, while this is a utility function. Webcompat is a nightmare sometimes.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index c8af46e1d..8cfa63032 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4739,6 +4739,8 @@ pref("dom.push.enabled", false);
pref("dom.push.loglevel", "error");
+pref("dom.getRootNode.enabled", false);
+
pref("dom.push.serverURL", "wss://push.services.mozilla.com/");
pref("dom.push.userAgentID", "");