[WEB4LIB] Re: Arial MS Unicode Font
Andrew Cunningham
andrewc at mail.vicnet.net.au
Fri Aug 23 20:32:22 EDT 2002
Michael Sauers wrote:
>>I'll post a less than amusing anecdote about Netscape 6.2 and a Unicode
>>webpac. Innovative Interfaces outputs Unicode at port 1080 for webpacs
>>which are Unicode enabled. Netscape 6.2 is unable to access
>>these webpacs
>>because of some built-in security limitations which prevent Netscape 6.2
>>from accessing this port.
>
>
> Here are instructions on overriding this:
> http://www.ufaq.org/ns6/banned_ports.html
>
exactly.
essentially add the following line to your all.js file:
pref("network.security.ports.banned.override", "1080");
port 1080 is normally used by SOCKS proxy servers and wingate. I assume
that it you setup netscape 6 in its preference to use a local SOCKS
proxy server, then you'd be able to use port 1080 from within a local
network. I assume 1080 is blocked by default because no one envisaged at
the time the neeed for someone to access 1080 from outside a local network.
All just an assumption.
Andrew
More information about the Web4lib
mailing list