summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorWikinaut <mail@tgries.de>2012-12-02 18:47:06 +0100
committerWikinaut <mail@tgries.de>2012-12-02 18:47:06 +0100
commit38c65490581275ad0e4dcb2a1c3cad50787da346 (patch)
tree5f665dca4b2ec5946997dc7d3e71bb73c0ecc581 /settings.json.template
parent9224e9beefa4658c8db5701e3d30a6bb7eabaca8 (diff)
downloadetherpad-lite-38c65490581275ad0e4dcb2a1c3cad50787da346.zip
removed wrong comment in settings.json.template
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template5
1 files changed, 1 insertions, 4 deletions
diff --git a/settings.json.template b/settings.json.template
index 815009c2..b3386481 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -29,10 +29,7 @@
*/
- // restricts socket.io transport methods to JSONP-POLLING only
- // which is needed for IE8 browsers with deactivated native XMLHTTP support
- // see issue https://github.com/ether/etherpad-lite/pull/958
- // and https://github.com/ether/etherpad-lite/issues/245#issuecomment-4013455
+ // restricts socket.io transport methods
"socketTransportProtocols" : ['xhr-polling', 'jsonp-polling', 'htmlfile'],