mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
Fixed: Links to Sonarr now uses auth cookie
(cherry picked from commit a47cb2390eb5151ed19388def46b0bb165d27647)
This commit is contained in:
parent
fc61687e82
commit
5dabec5cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public RadarrNancyCookie(string name, string value, bool httpOnly, bool secure,
|
|||
|
||||
public override string ToString()
|
||||
{
|
||||
return base.ToString() + "; SameSite=Strict";
|
||||
return base.ToString() + "; SameSite=Lax";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue