Added temporary handling for about: URLs in HTTP url code
git-svn-id: svn://10.0.0.236/trunk@19536 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -108,8 +108,10 @@ NS_InitializeHttpURLFactory(nsINetService* inet)
|
||||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("javascript"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("sockstub"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("sockstub"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("about"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
|
||||
done:
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user