CookieSecurePolicy documentation update (#3670) (#4542)

This commit is contained in:
Tornike Kharaishvili 2018-12-10 08:29:40 +04:00 committed by Chris Ross
parent 926034ac4e
commit d73d95f1d4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Http
/// <summary>
/// If the URI that provides the cookie is HTTPS, then the cookie will only be returned to the server on
/// subsequent HTTPS requests. Otherwise if the URI that provides the cookie is HTTP, then the cookie will
/// be returned to the server on all HTTP and HTTPS requests. This is the default value because it ensures
/// be returned to the server on all HTTP and HTTPS requests. This value ensures
/// HTTPS for all authenticated requests on deployed servers, and also supports HTTP for localhost development
/// and for servers that do not have HTTPS support.
/// </summary>