mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
Change cookie SameSite from None to Lax (#7269)
This commit is contained in:
@@ -48,7 +48,6 @@ namespace Jackett.Server
|
||||
options.AccessDeniedPath = new PathString("/UI/Login");
|
||||
options.LogoutPath = new PathString("/UI/Logout");
|
||||
options.Cookie.Name = "Jackett";
|
||||
options.Cookie.SameSite = SameSiteMode.None;
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user