diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/anubis/botPolicies.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/anubis/botPolicies.json b/cmd/anubis/botPolicies.json index 8f3d88f..8ca88e1 100644 --- a/cmd/anubis/botPolicies.json +++ b/cmd/anubis/botPolicies.json @@ -16,6 +16,11 @@ "action": "ALLOW" }, { + "name": "us-artificial-intelligence-scraper", + "user_agent_regex": "\\+https\\:\\/\\/github\\.com\\/US-Artificial-Intelligence\\/scraper", + "action": "DENY" + }, + { "name": "well-known", "path_regex": "^/.well-known/.*$", "action": "ALLOW" |
