aboutsummaryrefslogtreecommitdiff
path: root/data/common/allow-api-like.yaml
blob: 0cc3e3bfdbfa0a84d03776c6fd335f3cf9e3c0df (plain)
1
2
3
4
5
6
- name: allow-api-routes
  action: ALLOW
  expression:
    all:
    - '!(method == "HEAD" || method == "GET")'
    - path.startsWith("/api/")