mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Allow cookie cross site as per legacy
https://github.com/Jackett/Jackett/issues/3440
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Jackett.Server
|
||||
options.AccessDeniedPath = new PathString("/UI/Login");
|
||||
options.LogoutPath = new PathString("/UI/Logout");
|
||||
options.Cookie.Name = "Jackett";
|
||||
options.Cookie.SameSite = SameSiteMode.None;
|
||||
});
|
||||
|
||||
services.AddMvc(config =>
|
||||
|
Reference in New Issue
Block a user