Skip to content

Commit

Permalink
todo remove
Browse files Browse the repository at this point in the history
  • Loading branch information
HaikAsatryan committed Jun 29, 2024
1 parent ace6a42 commit c31026d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private static void CreateSecureCookies(this List<Cookie> cookies, HttpContext h

if (!environment.IsLocalOrDevelopment())
{
cookieOptions.SameSite = SameSiteMode.Strict; //todo check in qa env what should be here
cookieOptions.SameSite = SameSiteMode.Strict;
}


Expand Down

0 comments on commit c31026d

Please sign in to comment.