From bae26ec268aef4e85d5055f1b83c6b3992bf178f Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 26 Jul 2018 08:31:22 -0700 Subject: MM-11160 Adding proper CORS support. (#9152) * Adding proper CORS support. * Better CORS tests. --- config/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/default.json b/config/default.json index add9a71d6..d0c18e60c 100644 --- a/config/default.json +++ b/config/default.json @@ -33,6 +33,9 @@ "EnforceMultifactorAuthentication": false, "EnableUserAccessTokens": false, "AllowCorsFrom": "", + "CorsExposedHeaders": "", + "CorsAllowCredentials": false, + "CorsDebug": false, "AllowCookiesForSubdomains": false, "SessionLengthWebInDays": 30, "SessionLengthMobileInDays": 30, -- cgit v1.2.3-1-g7c22