summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-06-04 09:48:26 -0700
committerGitHub <noreply@github.com>2018-06-04 09:48:26 -0700
commit2c75247c97d0277944975deb9595b5f82a80e91e (patch)
treebd2bf76858fa308fc72b7f48860e6c291622149f /config
parentbd7c9f86424a8d6609ad602e2225c4438d136415 (diff)
downloadchat-2c75247c97d0277944975deb9595b5f82a80e91e.tar.gz
chat-2c75247c97d0277944975deb9595b5f82a80e91e.tar.bz2
chat-2c75247c97d0277944975deb9595b5f82a80e91e.zip
MM-10348 Adding experimental hardened mode. (#8881)
* Adding experimental hardened mode. * Sanitizing all 500 errors.
Diffstat (limited to 'config')
-rw-r--r--config/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index 9f35ad7d1..67c1220bb 100644
--- a/config/default.json
+++ b/config/default.json
@@ -63,7 +63,8 @@
"ImageProxyType": "",
"ImageProxyOptions": "",
"ImageProxyURL": "",
- "EnableAPITeamDeletion": false
+ "EnableAPITeamDeletion": false,
+ "ExperimentalEnableHardenedMode": false
},
"TeamSettings": {
"SiteName": "Mattermost",