architect-team / architect-cli

Command line interface for running Architect services locally
https://docs.architect.io
38 stars 13 forks source link

Require dev port selected is 80, 443, or between 1024-65535 #895

Closed TylerAldrich closed 1 year ago

TylerAldrich commented 1 year ago

TIcket: https://gitlab.com/architect-io/architect-cli/-/issues/644

This prevents most cases of getting ERR_UNSAFE_PORT errors from Chrome/Firefox/etc. if the user happens to choose a port that browsers disallow connections to.

A full list of disallowed ports is browser dependent - Chrome and Firefox examples here. Ports 1-1023 are Well-known ports and many are reserved for specific services, so by forcing users to choose ports >= 1024 and <= 65535 the chance of selecting a well-known port that is blocked is less likely.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.39.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: