From 6d8140337ef0f68f5177988f3c87bba5e4946399 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 18 Jun 2018 12:39:22 -0400 Subject: MM-8701 Limit the number of client config fields sent before user logs in (#8954) * MM-8701 Limit the number of client config fields sent before user logs in * Fixed missing client config field * Reduced duplication between limited and regular client config --- config/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/default.json b/config/default.json index 30c8f282f..ac57fe5e4 100644 --- a/config/default.json +++ b/config/default.json @@ -64,7 +64,8 @@ "ImageProxyOptions": "", "ImageProxyURL": "", "EnableAPITeamDeletion": false, - "ExperimentalEnableHardenedMode": false + "ExperimentalEnableHardenedMode": false, + "ExperimentalLimitClientConfig": false }, "TeamSettings": { "SiteName": "Mattermost", -- cgit v1.2.3-1-g7c22