Is it possible to install/use etherpad-lite without using the websocket protocol? #6924
-
Hi there, Searching github repo, I found a very old issue, back from 2012: #686 Apparently, at that time websockets have been disabled (as a default). Or is this something not supported or not recommended any more in 2025? Background: I work in a public organisation that does not allow accessing any services that use websocket protocol. Apparently for security reasons. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi you can do so by setting transport in settings.json to 'polling' only. It will use http long poll then instead. |
Beta Was this translation helpful? Give feedback.
Hi you can do so by setting transport in settings.json to 'polling' only. It will use http long poll then instead.