diff options
author | Moonchild <moonchild@palemoon.org> | 2020-08-07 21:15:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-08-07 21:30:12 +0000 |
commit | 48d31ea5ebe2a4901fcb542e1e48b6fd6b67d64c (patch) | |
tree | f4f8e025b815a7c65cabe47f00d27ffbc8dd02c5 /modules | |
parent | 3cf08436797f0317064c950bdeedb0fef83e8832 (diff) | |
download | UXP-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.js | 2 |
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", ""); |