mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-22 16:16:41 +00:00
fix(default-config): isBrowser -> isBrowserLike
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -48,6 +48,6 @@ bots:
|
|||||||
|
|
||||||
- name: reject-browsers
|
- name: reject-browsers
|
||||||
action: DENY
|
action: DENY
|
||||||
expression: userAgent.isBrowser()
|
expression: userAgent.isBrowserLike()
|
||||||
|
|
||||||
dnsbl: false
|
dnsbl: false
|
||||||
|
|||||||
Reference in New Issue
Block a user