removed wrong comment in Settings.js
This commit is contained in:
parent
8b044254cc
commit
9224e9beef
1 changed files with 1 additions and 4 deletions
|
@ -58,10 +58,7 @@ exports.port = process.env.PORT || 9001;
|
||||||
exports.ssl = false;
|
exports.ssl = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* restricts socket.io transport methods to JSONP-POLLING only
|
* socket.io transport methods
|
||||||
* 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
|
|
||||||
**/
|
**/
|
||||||
exports.socketTransportProtocols = ['xhr-polling', 'jsonp-polling', 'htmlfile'];
|
exports.socketTransportProtocols = ['xhr-polling', 'jsonp-polling', 'htmlfile'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue