SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
151 stars 81 forks source link

Disable remote debugging by default #458

Closed mairas closed 2 years ago

mairas commented 2 years ago

I don't think many people actually use (or even know about) the telnet debugging facilities provided by the RemoteDebug library. Also, the remove debugging interface is arguably a vulnerability. Let's disable it by default (while still keeping serial debugging enabled).

JohnySeven commented 2 years ago

Totally agree! This is something I've never used, get it disabled and allow folks using it (if anybody?) to enable it with ease.

mairas commented 2 years ago

Fixed in #464.