mirror of
https://github.com/bitwarden/server.git
synced 2025-07-16 07:07:32 -05:00
get request up from cloudflare header
This commit is contained in:
@ -12,9 +12,9 @@ namespace Bit.Core.Utilities
|
||||
_next = next;
|
||||
}
|
||||
|
||||
public async Task Invoke(HttpContext httpContext, CurrentContext currentContext)
|
||||
public async Task Invoke(HttpContext httpContext, CurrentContext currentContext, GlobalSettings globalSettings)
|
||||
{
|
||||
currentContext.Build(httpContext);
|
||||
currentContext.Build(httpContext, globalSettings);
|
||||
await _next.Invoke(httpContext);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user