Register sockstub protocol.

This commit is contained in:
mscott%netscape.com 1999-01-28 01:56:20 +00:00
parent 45d6b30fe5
commit 5b16c58aaa

View File

@ -108,6 +108,8 @@ 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;
done:
#if 0