From fbab1f4f9eab329cc3c807ac4606afe194cea51b Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sun, 7 Jun 2020 18:09:13 +0000 Subject: [DOM] Hard-disable webcomponents and customelements prefs (redwood) --- dom/base/CustomElementRegistry.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dom/base/CustomElementRegistry.cpp') diff --git a/dom/base/CustomElementRegistry.cpp b/dom/base/CustomElementRegistry.cpp index f582d635f..3f8322199 100644 --- a/dom/base/CustomElementRegistry.cpp +++ b/dom/base/CustomElementRegistry.cpp @@ -166,8 +166,11 @@ NS_INTERFACE_MAP_END /* static */ bool CustomElementRegistry::IsCustomElementEnabled(JSContext* aCx, JSObject* aObject) { + return false; +/* return Preferences::GetBool("dom.webcomponents.customelements.enabled") || Preferences::GetBool("dom.webcomponents.enabled"); +*/ } /* static */ already_AddRefed -- cgit v1.2.3