DataLab-Platform / DataLab

Open-source Platform for Scientific and Technical Data Processing and Visualization
https://datalab-platform.com
BSD 3-Clause "New" or "Revised" License
43 stars 4 forks source link

Remote control: reject connections not originating from `localhost` #62

Closed PierreRaybaut closed 4 months ago

PierreRaybaut commented 4 months ago

The current implementation of the XML-RPC server ensures that only connection originating from localhost will be accepted, because the server is bound to 127.0.0.1 and this cannot be changed by the user.