mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05: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