mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Links to Sonarr now uses auth cookie (#2156)
(cherry picked from commit a47cb2390eb5151ed19388def46b0bb165d27647) Co-authored-by: Mark McDowall <mark@mcdowall.ca>
This commit is contained in:
parent
20dd1e1352
commit
f50556d4d5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace Lidarr.Http.Authentication
|
|||
|
||||
public override string ToString()
|
||||
{
|
||||
return base.ToString() + "; SameSite=Strict";
|
||||
return base.ToString() + "; SameSite=Lax";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue