Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox bans "unsafe" ports by default #1061

Open
mmuman opened this issue Feb 14, 2021 · 2 comments
Open

Firefox bans "unsafe" ports by default #1061

mmuman opened this issue Feb 14, 2021 · 2 comments

Comments

@mmuman
Copy link
Contributor

@mmuman mmuman commented Feb 14, 2021

Firefox started to restrict which ports it can connect to. A Firefox user trying to connect to the Conky by HTTP on the default port would get this message:

This address is restricted
This address uses a network port which is normally used for purposes other than Web browsing. Firefox has cancelled the request for your protection.

With the only option to "Try Again" which wouldn't work.

The workaround is to create a network.security.ports.banned.override key in about:config to list the ports to allow.

We should at least mention this in the documentation.

@mmuman
Copy link
Contributor Author

@mmuman mmuman commented Feb 14, 2021

Ok, I thought Firefox would filter all ports >= some arbitrary value, but it's actually a discrete list, with 10080 happening to be some antique backup software. I suppose the simplest fix would be to just use a different default port :-D

@su8
Copy link
Collaborator

@su8 su8 commented Feb 14, 2021

Can u sénd a pull réquest sir ¿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants