mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
version info in response headers
This commit is contained in:
@@ -158,11 +158,8 @@ namespace Bit.Api
|
||||
})
|
||||
.AddDebug();
|
||||
|
||||
// Forwarded headers
|
||||
if(!env.IsDevelopment())
|
||||
{
|
||||
app.UseForwardedHeadersForAzure();
|
||||
}
|
||||
// Default Middleware
|
||||
app.UseDefaultMiddleware(env);
|
||||
|
||||
if(!globalSettings.SelfHosted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user