mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
No issue - Disable ms-cxh and ms-cxh-full protocol handling.
This commit is contained in:
parent
500af2fe51
commit
ea32d13dc3
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue