mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 10:08:45 +00:00
fix(data/common): use new isBrowserLike function for less aggressive challenge rule
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -5,4 +5,6 @@
|
||||
all:
|
||||
- '"X-Http-Version" in headers'
|
||||
- headers["X-Http-Version"] == "HTTP/1.1"
|
||||
- '"X-Forwarded-Proto" in headers'
|
||||
- headers["X-Forwarded-Proto"] == "https"
|
||||
- userAgent.isBrowserLike()
|
||||
Reference in New Issue
Block a user