mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 22:09:06 +02:00
Fix the following Ansible Lint error: yaml[empty-lines]: Too many blank lines (1 > 0) roles/anubis/files/deny-ai-training-bots.yaml:25
25 lines
511 B
YAML
25 lines
511 B
YAML
# Deny AI training corpus scrapers and LLM crawlers hitting cgit.
|
|
- name: deny-archwikimodel
|
|
user_agent_regex: archwikimodel
|
|
action: DENY
|
|
|
|
- name: deny-gptbot
|
|
user_agent_regex: GPTBot
|
|
action: DENY
|
|
|
|
- name: deny-claudebot
|
|
user_agent_regex: ClaudeBot
|
|
action: DENY
|
|
|
|
- name: deny-meta-crawler
|
|
user_agent_regex: meta-externalagent
|
|
action: DENY
|
|
|
|
- name: deny-oai-searchbot
|
|
user_agent_regex: OAI-SearchBot|ChatGPT-User
|
|
action: DENY
|
|
|
|
- name: lightpanda
|
|
user_agent_regex: Lightpanda
|
|
action: DENY
|