mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Allow cookie cross site as per legacy
https://github.com/Jackett/Jackett/issues/3440
This commit is contained in:
parent
a5ec65bff3
commit
1db3e93ce1
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ namespace Jackett.Server
|
||||||
options.AccessDeniedPath = new PathString("/UI/Login");
|
options.AccessDeniedPath = new PathString("/UI/Login");
|
||||||
options.LogoutPath = new PathString("/UI/Logout");
|
options.LogoutPath = new PathString("/UI/Logout");
|
||||||
options.Cookie.Name = "Jackett";
|
options.Cookie.Name = "Jackett";
|
||||||
|
options.Cookie.SameSite = SameSiteMode.None;
|
||||||
});
|
});
|
||||||
|
|
||||||
services.AddMvc(config =>
|
services.AddMvc(config =>
|
||||||
|
|
Loading…
Reference in a new issue