From d80d0189526777e107699413dceb977ddf55b857 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 13 Nov 2020 14:44:20 +0000 Subject: [PATCH] websocket is mature --- settings.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json.template b/settings.json.template index f4cfdea62..141e3e957 100644 --- a/settings.json.template +++ b/settings.json.template @@ -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.