mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-03-07 06:31:53 +01:00
Link: https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/1100#note_374389 Signed-off-by: Christian Heusel <christian@heusel.eu>
7 lines
182 B
YAML
7 lines
182 B
YAML
# Inverted version of the catchall rule
|
|
- name: inverted-catchall
|
|
action: ALLOW
|
|
expression:
|
|
any:
|
|
- (! userAgent.contains("Mozilla")) && (! userAgent.contains("Opera"))
|