summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-05-11 00:10:27 +0200
committerMoonchild <moonchild@palemoon.org>2023-05-11 00:10:27 +0200
commitab3e0ceef7ec4a67b440541036944fc4922a5e61 (patch)
tree3bead64ad2178925e98ff1edb6f656c3398ddf48 /modules
parent0fcefb9d0abef22331961081e5944b3986a9cc00 (diff)
downloaduxp-ab3e0ceef7ec4a67b440541036944fc4922a5e61.tar.gz
No issue - Disable ms-cxh and ms-cxh-full protocol handling.
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 edb94cf8cb..056630ea3b 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1362,6 +1362,8 @@ pref("network.protocol-handler.external.shell", false);
pref("network.protocol-handler.external.vbscript", false);
pref("network.protocol-handler.external.vnd.ms.radio", false);
#ifdef XP_WIN
+pref("network.protocol-handler.external.ms-cxh", false);
+pref("network.protocol-handler.external.ms-cxh-full", false);
pref("network.protocol-handler.external.ms-help", false);
pref("network.protocol-handler.external.ms-msdt", false);
pref("network.protocol-handler.external.search", false);