Pref and disable getRootNode().

This commit is contained in:
Fedor 2020-09-09 17:28:44 +03:00
parent e44cd2a42a
commit 5306579682
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,7 @@ interface Node : EventTarget {
readonly attribute boolean isConnected;
[Pure]
readonly attribute Document? ownerDocument;
[Pure]
[Pure, Pref="dom.getRootNode.enabled"]
Node getRootNode(optional GetRootNodeOptions options);
[Pure]
readonly attribute Node? parentNode;

View File

@ -4749,6 +4749,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", "");