mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-16 21:34:59 +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:
|
all:
|
||||||
- '"X-Http-Version" in headers'
|
- '"X-Http-Version" in headers'
|
||||||
- headers["X-Http-Version"] == "HTTP/1.1"
|
- headers["X-Http-Version"] == "HTTP/1.1"
|
||||||
|
- '"X-Forwarded-Proto" in headers'
|
||||||
|
- headers["X-Forwarded-Proto"] == "https"
|
||||||
- userAgent.isBrowserLike()
|
- userAgent.isBrowserLike()
|
||||||
Reference in New Issue
Block a user