whoops
This commit is contained in:
parent
2e2b1e481b
commit
e5504d2e29
|
@ -75,6 +75,7 @@ func initialCaretaker(c *gin.Context, f func(md common.MethodData) common.CodeMe
|
||||||
// requests from hanayo should not be rate limited.
|
// requests from hanayo should not be rate limited.
|
||||||
if !(c.Request.Header.Get("H-Key") == cf.HanayoKey && c.Request.UserAgent() == "hanayo") {
|
if !(c.Request.Header.Get("H-Key") == cf.HanayoKey && c.Request.UserAgent() == "hanayo") {
|
||||||
perUserRequestLimiter(md.ID(), c.ClientIP())
|
perUserRequestLimiter(md.ID(), c.ClientIP())
|
||||||
|
} else {
|
||||||
doggoTags = append(doggoTags, "hanayo")
|
doggoTags = append(doggoTags, "hanayo")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user