summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-05-14 11:06:02 +0000
committerMoonchild <moonchild@palemoon.org>2022-05-14 11:06:02 +0000
commita9d3c2b52aa320c7d31d27bd182574baaf672299 (patch)
tree93da5d556211caa5e43d1e538f7ad824d34df68e
parent517aec31118aa1e52168b02a1e4a6f2aa32d0031 (diff)
downloaduxp-a9d3c2b52aa320c7d31d27bd182574baaf672299.tar.gz
Issue #1899 - Disable the (broken) MDN integration widget by default.
-rw-r--r--devtools/client/preferences/devtools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/preferences/devtools.js b/devtools/client/preferences/devtools.js
index a8c4e119ee..48aa92a2ac 100644
--- a/devtools/client/preferences/devtools.js
+++ b/devtools/client/preferences/devtools.js
@@ -59,7 +59,7 @@ pref("devtools.inspector.showUserAgentStyles", false);
// Show all native anonymous content (like controls in <video> tags)
pref("devtools.inspector.showAllAnonymousContent", false);
// Enable the MDN docs tooltip
-pref("devtools.inspector.mdnDocsTooltip.enabled", true);
+pref("devtools.inspector.mdnDocsTooltip.enabled", false);
// Enable the Font Inspector
pref("devtools.fontinspector.enabled", true);