godot/modules/websocket/doc_classes
Houkime e1a0ce5af9 Prevent GDScript language server from listening to external hosts by default
* Add bind_ip property to WebSocketServer defaulting to "*" (listen to everyone)
* Set default for GDscript Language Server to listen only to localhost

Fixes potential security issue with GDScript language server being exposed to the
broad net by default.
Since it is the server which primary usage is to provide utility to the local
editor there is no need to expose it.
2020-01-15 00:29:59 +00:00
..
WebSocketClient.xml Update documentation to reflect HTML5 limitations. 2020-01-14 15:42:47 +01:00
WebSocketMultiplayerPeer.xml doc: Fix parsing of self-closing XML tags 2019-09-24 13:34:05 +02:00
WebSocketPeer.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
WebSocketServer.xml Prevent GDScript language server from listening to external hosts by default 2020-01-15 00:29:59 +00:00