Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
22 stars 20 forks source link

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

Open rtrbt opened 1 month ago

rtrbt commented 1 month ago

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.