summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-07 18:09:13 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-07 18:09:13 +0000
commitfbab1f4f9eab329cc3c807ac4606afe194cea51b (patch)
tree8f887c2d12e6c30e484b6814c1d1d0be8c9ba07c /modules
parent90c42b7afda8ddab70e9fb67b006248afce8e083 (diff)
downloadUXP-fbab1f4f9eab329cc3c807ac4606afe194cea51b.tar
UXP-fbab1f4f9eab329cc3c807ac4606afe194cea51b.tar.gz
UXP-fbab1f4f9eab329cc3c807ac4606afe194cea51b.tar.lz
UXP-fbab1f4f9eab329cc3c807ac4606afe194cea51b.tar.xz
UXP-fbab1f4f9eab329cc3c807ac4606afe194cea51b.zip
[DOM] Hard-disable webcomponents and customelements prefs (redwood)
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 0193c5ef1..17413b537 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1248,8 +1248,10 @@ pref("privacy.trackingprotection.pbmode.enabled", false);
pref("dom.event.contextmenu.enabled", true);
pref("dom.event.clipboardevents.enabled", true);
+/*
pref("dom.webcomponents.enabled", false);
pref("dom.webcomponents.customelements.enabled", false);
+*/
pref("javascript.enabled", true);
// Enable Array.prototype.values