mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +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
|
||||
action: DENY
|
||||
expression: userAgent.isBrowser()
|
||||
expression: userAgent.isBrowserLike()
|
||||
|
||||
dnsbl: false
|
||||
|
||||
Reference in New Issue
Block a user