This commit is contained in:
@@ -50,6 +50,7 @@ builder.Services.Configure<ForwardedHeadersOptions>(options =>
|
||||
var app = builder.Build();
|
||||
|
||||
app.UseForwardedHeaders();
|
||||
app.UseCookiePolicy();
|
||||
|
||||
using var security = app.Services.CreateScope();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user