1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-07 06:31:53 +01:00
infrastructure/roles/anubis/files/skip-all-non-browser.yaml
2026-01-01 23:29:50 +01:00

7 lines
182 B
YAML

# Inverted version of the catchall rule
- name: inverted-catchall
action: ALLOW
expression:
any:
- (! userAgent.contains("Mozilla")) && (! userAgent.contains("Opera"))