Skip to content

Commit

Permalink
删除samesite
Browse files Browse the repository at this point in the history
  • Loading branch information
j4587698 committed Oct 16, 2024
1 parent 18c40ea commit d57e1f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JxAudio.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
options.Cookie.Name = "JxAudio";
options.Cookie.HttpOnly = true;
options.Cookie.SecurePolicy = CookieSecurePolicy.None;
options.Cookie.SameSite = SameSiteMode.None;
options.Cookie.Path = "/";
options.ExpireTimeSpan = TimeSpan.FromDays(7);
options.Events.OnRedirectToLogin = context =>
Expand Down

0 comments on commit d57e1f7

Please sign in to comment.