mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fixed: Alternative fix on ODIC correlation error
This commit is contained in:
parent
669b50dc72
commit
76bed80060
1 changed files with 5 additions and 0 deletions
|
@ -252,6 +252,11 @@ namespace NzbDrone.Host
|
|||
}
|
||||
|
||||
app.UseForwardedHeaders();
|
||||
app.UseCookiePolicy(new CookiePolicyOptions
|
||||
{
|
||||
Secure = CookieSecurePolicy.Always,
|
||||
MinimumSameSitePolicy = SameSiteMode.None
|
||||
});
|
||||
app.UseMiddleware<LoggingMiddleware>();
|
||||
app.UsePathBase(new PathString(configFileProvider.UrlBase));
|
||||
app.UseExceptionHandler(new ExceptionHandlerOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue