Skip to content

Commit 5fd180a

Browse files
authored
Merge pull request dotnet-architecture#1879 from zahid-cakici/dev
Spelling mistakes on comments
2 parents 4458a09 + 9ee85f0 commit 5fd180a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Identity/Identity.API/Startup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerF
133133
app.UseIdentityServer();
134134

135135
// Fix a problem with chrome. Chrome enabled a new feature "Cookies without SameSite must be secure",
136-
// the coockies shold be expided from https, but in eShop, the internal comunicacion in aks and docker compose is http.
137-
// To avoid this problem, the policy of cookies shold be in Lax mode.
136+
// the cookies should be expired from https, but in eShop, the internal communication in aks and docker compose is http.
137+
// To avoid this problem, the policy of cookies should be in Lax mode.
138138
app.UseCookiePolicy(new CookiePolicyOptions { MinimumSameSitePolicy = AspNetCore.Http.SameSiteMode.Lax });
139139
app.UseRouting();
140140

0 commit comments

Comments
 (0)