Yes, if you try to use a port uncommon to navigate a Web application, by default Firefox will block your request.
eg http://unservidor.com:6000/aplicacion
how to overcome it?
- Write about: config instead of a URL, this would generate a browser parameters.
- With right click creates a new parameter called network.security.ports.banned.override
- A new parameter value assigned as the port number where the application is, in this example: 6000.
- To prove that you can access that application writes back the URL in your navigation bar.
NOTE: if you want to do it manually, locate the file all.js in C: \\ Program Files \\ Mozilla Firefox \\ greprefs and seeks commented line containing "network.security."
0 comments:
Post a Comment