mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
version info in response headers
This commit is contained in:
@ -69,11 +69,8 @@ namespace Bit.Billing
|
||||
app.UseDeveloperExceptionPage();
|
||||
}
|
||||
|
||||
// Forwarded headers
|
||||
if(!env.IsDevelopment())
|
||||
{
|
||||
app.UseForwardedHeadersForAzure();
|
||||
}
|
||||
// Default Middleware
|
||||
app.UseDefaultMiddleware(env);
|
||||
|
||||
app.UseMvc();
|
||||
}
|
||||
|
Reference in New Issue
Block a user