mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
adjust fido content type with middleware
This commit is contained in:
@@ -141,6 +141,8 @@ namespace Bit.Api
|
||||
})
|
||||
.AddDebug();
|
||||
|
||||
app.UseMiddleware<AdjustHeadersMiddleware>();
|
||||
|
||||
// Rate limiting
|
||||
app.UseMiddleware<CustomIpRateLimitMiddleware>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user