shdocvw: Register known protocols as URL protocols.

This commit is contained in:
Jacek Caban 2011-04-12 13:27:39 +02:00 committed by Alexandre Julliard
parent 5627ee49ea
commit 9e18a77046
1 changed files with 17 additions and 0 deletions

View File

@ -61,4 +61,21 @@ HKCR
} }
} }
ForceRemove '.url' = s 'InternetShortcut' ForceRemove '.url' = s 'InternetShortcut'
ftp
{
val 'URL Protocol' = s ''
}
http
{
val 'URL Protocol' = s ''
}
https
{
val 'URL Protocol' = s ''
}
mailto
{
val 'URL Protocol' = s ''
}
} }