mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
Queue ip addresses for block whenever they exceed the rate limit too much
This commit is contained in:
@@ -138,6 +138,7 @@ namespace Bit.Api
|
||||
services.AddScoped<IUserService, UserService>();
|
||||
services.AddScoped<IPushService, PushService>();
|
||||
services.AddScoped<IDeviceService, DeviceService>();
|
||||
services.AddScoped<IBlockIpService, AzureBlockIpService>();
|
||||
|
||||
// Cors
|
||||
services.AddCors(config =>
|
||||
|
||||
Reference in New Issue
Block a user