No issue - Disable ms-cxh and ms-cxh-full protocol handling.

This commit is contained in:
Moonchild 2023-05-11 00:10:27 +02:00 committed by roytam1
commit ea32d13dc3

View file

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