Fixed: Links to Sonarr now uses auth cookie

Closes #4440
This commit is contained in:
Mark McDowall 2021-04-12 22:14:41 -07:00
parent 5aae777a18
commit a47cb2390e
1 changed files with 1 additions and 1 deletions

View File

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