[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How can I access websites on certain high ports (1080, 2080, 3080)?

Mozilla does not allow access to certain high ports. To deactivate this add the following line to your user.js:

user_pref("network.security.ports.banned.override", "1080,2080,3080");

Or you can enter about:config in the location bar.
Add the String preference network.security.ports.banned.override.
Set the value to 1080,2080,3080.

1080, 2080 and 3080 are examples. Add any port you may have problems with, separated by a comma.

[an error occurred while processing this directive]