MM-8681 Adding config settings necessary for using CloudFront. (#8307)

* Adding config settings nessisary for using CloudFront.

* Adding new config settings to diagnostics.
Этот коммит содержится в:
Christopher Speller
2018-02-20 12:49:45 -08:00
коммит произвёл GitHub
родитель febc129eca
Коммит 75d9a3a3b9
8 изменённых файлов: 43 добавлений и 0 удалений

Просмотреть файл

@@ -1076,6 +1076,7 @@ func attachDeviceId(c *Context, w http.ResponseWriter, r *http.Request) {
MaxAge: maxAge,
Expires: expiresAt,
HttpOnly: true,
Domain: c.App.GetCookieDomain(),
Secure: secure,
}