diff options
author | Wikinaut <mail@tgries.de> | 2012-12-02 18:44:39 +0100 |
---|---|---|
committer | Wikinaut <mail@tgries.de> | 2012-12-02 18:44:39 +0100 |
commit | 9224e9beefa4658c8db5701e3d30a6bb7eabaca8 (patch) | |
tree | c152aee0f00aba461dde1e44b638f835b1b213fe | |
parent | 8b044254cc4d6c5413b6426d0cd13b4b44c04e6f (diff) | |
download | etherpad-lite-9224e9beefa4658c8db5701e3d30a6bb7eabaca8.zip |
removed wrong comment in Settings.js
-rw-r--r-- | src/node/utils/Settings.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/node/utils/Settings.js b/src/node/utils/Settings.js index 2a771497..bed5a9a0 100644 --- a/src/node/utils/Settings.js +++ b/src/node/utils/Settings.js @@ -58,10 +58,7 @@ exports.port = process.env.PORT || 9001; exports.ssl = false; /** - * 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 + * socket.io transport methods **/ exports.socketTransportProtocols = ['xhr-polling', 'jsonp-polling', 'htmlfile']; |