Weighs the soul of incoming HTTP requests to stop AI crawlers
at main 6 lines 141 B view raw
1- name: allow-api-routes 2 action: ALLOW 3 expression: 4 all: 5 - '!(method == "HEAD" || method == "GET")' 6 - path.startsWith("/api/")