Commit b7e78af4 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added moz-safe-about to the list of Gecko internal protocols.

parent d0191cb1
......@@ -2677,7 +2677,7 @@ static nsresult NSAPI nsIOService_GetProtocolFlags(nsIIOService *iface, const ch
static BOOL is_gecko_special_uri(const char *spec)
{
static const char *special_schemes[] = {"chrome:", "jar:", "resource:", "javascript:", "wyciwyg:"};
static const char *special_schemes[] = {"chrome:", "jar:", "moz-safe-about", "resource:", "javascript:", "wyciwyg:"};
int i;
for(i=0; i < sizeof(special_schemes)/sizeof(*special_schemes); i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment