We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e80ed4 commit 386029fCopy full SHA for 386029f
1 file changed
src/OrchardCoreContrib.HealthChecks/Manifest.cs
@@ -33,5 +33,5 @@
33
Id = "OrchardCoreContrib.HealthChecks.BlockingRateLimiting",
34
Name = "Health Checks Blocking Rate Limiting",
35
Description = "Adds blocking behavior to the health check rate limiter. Clients exceeding the limit are temporarily blocked to prevent DoS attacks.",
36
- Dependencies = new[] { "OrchardCoreContrib.HealthCheck.RateLimiting" }
+ Dependencies = new[] { "OrchardCoreContrib.HealthChecks.RateLimiting" }
37
)]
0 commit comments