mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
This reverts commit 642bed1ef4
.
This commit is contained in:
@@ -45,9 +45,9 @@ namespace Jackett.Server
|
|||||||
.AddCookie(CookieAuthenticationDefaults.AuthenticationScheme,
|
.AddCookie(CookieAuthenticationDefaults.AuthenticationScheme,
|
||||||
options =>
|
options =>
|
||||||
{
|
{
|
||||||
options.LoginPath = new PathString(Helper.ServerService.BasePath() + "/UI/Login");
|
options.LoginPath = new PathString("/UI/Login");
|
||||||
options.AccessDeniedPath = new PathString(Helper.ServerService.BasePath() + "/UI/Login");
|
options.AccessDeniedPath = new PathString("/UI/Login");
|
||||||
options.LogoutPath = new PathString(Helper.ServerService.BasePath() + "/UI/Logout");
|
options.LogoutPath = new PathString("/UI/Logout");
|
||||||
options.Cookie.Name = "Jackett";
|
options.Cookie.Name = "Jackett";
|
||||||
options.Cookie.SameSite = SameSiteMode.None;
|
options.Cookie.SameSite = SameSiteMode.None;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user