Firefox Quantum - I want to access restricted port but `network.security.ports.banned.override` does not work?

7,220

You can add this as String.

Go to the address field (where you type www.google.com) and type about:config.

Now right click on the list and select New > String.

Give it a name, in this case network.security.ports.banned.override, and enter the port, port range, or comma-separated ports. To allow all ports, simply type 1-65535 as the value. To allow just a few ports, enter 87,88,89,1050 etc.

Firefox 57 doesn't contain network.security.ports.banned.override by default, but you can still add it manually.

Share:
7,220

Related videos on Youtube

ruseel
Author by

ruseel

Updated on September 18, 2022

Comments

  • ruseel
    ruseel almost 2 years

    Firefox Quantum - I want to access restricted port but network.security.ports.banned.override does not seem to work.

    How can I connect to http://localhost:4045 ?

  • metabuddy
    metabuddy over 6 years
    I can confirm that this works.
  • jpaugh
    jpaugh about 5 years
    Thanks for showing how to enter a range. I thought it only worked with a comma-separated series before.