mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-08 01:28:44 +00:00
8 lines
181 B
YAML
8 lines
181 B
YAML
- name: allow-api-requests
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- '"Accept" in headers'
|
|
- 'headers["Accept"] == "application/json"'
|
|
- 'path.startsWith("/api/")'
|