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:
Xe Iaso
2025-04-28 17:51:58 -04:00
parent 3fb8fa2009
commit 884af5fd4c

View File

@@ -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()