Tinkerforge/esp32-firmware

Don't allow changing the web interface listen port to one that is "unsafe"

rtrbt opened this issue · 0 comments

Both Chrome and Firefox block HTTP traffic on "unsafe" ports:
https://www-archive.mozilla.org/projects/netlib/portbanning
https://fetch.spec.whatwg.org/#port-blocking
https://superuser.com/questions/188058/which-ports-are-considered-unsafe-by-chrome
We should not allow a user to configure the web interface listen port to one of those.