summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorWikinaut <mail@tgries.de>2012-12-02 18:28:28 +0100
committerWikinaut <mail@tgries.de>2012-12-02 18:28:28 +0100
commit8b044254cc4d6c5413b6426d0cd13b4b44c04e6f (patch)
tree30f6a037f0ce0e416a799fe673d0b45226ea2773 /settings.json.template
parente9e4d65ad46b5b222a4117c2efb1225422f68650 (diff)
downloadetherpad-lite-8b044254cc4d6c5413b6426d0cd13b4b44c04e6f.zip
add socketTransportProtocols parameter
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 4894f897..815009c2 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -29,6 +29,13 @@
*/
+ // 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
+
+ "socketTransportProtocols" : ['xhr-polling', 'jsonp-polling', 'htmlfile'],
+
//The Type of the database. You can choose between dirty, postgres, sqlite and mysql
//You shouldn't use "dirty" for for anything else than testing or development
"dbType" : "dirty",