Bug 337223: Don't expose moz-anno protocol to web pages.

Patch by brettw
r=jst
sr=bzbarsky
This commit is contained in:
pkasting%google.com 2006-08-18 21:35:16 +00:00
Родитель cf43523a14
Коммит dafdf0b1eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1281,7 +1281,7 @@ nsScriptSecurityManager::CheckLoadURIWithPrincipal(nsIPrincipal* aPrincipal,
{ "chrome", ChromeProtocol },
{ "file", PrefControlled },
{ "https", AllowProtocol },
{ "moz-anno", ChromeProtocol },
{ "moz-anno", DenyProtocol },
{ "mailbox", DenyProtocol },
{ "pop", AllowProtocol },
{ "imap", DenyProtocol },