summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-01 13:00:54 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-01 13:00:54 -0300
commitba6a38a7f6c497e025708111046d67875c4361be (patch)
tree7db65506f395a8d98de086d2b184b33b47f8b2fc /config/config.json
parent8aa4e28932ec43090ca6b481929fafbe0119a660 (diff)
downloadchat-ba6a38a7f6c497e025708111046d67875c4361be.tar.gz
chat-ba6a38a7f6c497e025708111046d67875c4361be.tar.bz2
chat-ba6a38a7f6c497e025708111046d67875c4361be.zip
Allow CORS
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index 2795546f8..b211b16d3 100644
--- a/config/config.json
+++ b/config/config.json
@@ -15,6 +15,7 @@
"EnableDeveloper": false,
"EnableSecurityFixAlert": true,
"EnableInsecureOutgoingConnections": false,
+ "AllowCorsFrom": "",
"SessionLengthWebInDays": 30,
"SessionLengthMobileInDays": 30,
"SessionLengthSSOInDays": 30,