Fixed: Links to Sonarr now uses auth cookie

(cherry picked from commit a47cb2390eb5151ed19388def46b0bb165d27647)
This commit is contained in:
Mark McDowall 2021-04-12 22:14:41 -07:00 committed by Qstick
parent fc61687e82
commit 5dabec5cc8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace Radarr.Http.Authentication
public override string ToString()
{
return base.ToString() + "; SameSite=Strict";
return base.ToString() + "; SameSite=Lax";
}
}
}