websocket is mature

This commit is contained in:
John McLear 2020-11-13 14:44:20 +00:00 committed by Richard Hansen
parent 0e75d04a3c
commit d80d018952

View file

@ -448,7 +448,7 @@
/*
* Restrict socket.io transport methods
*/
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
"socketTransportProtocols" : ["websocket"],
/*
* Allow Load Testing tools to hit the Etherpad Instance.