Skip to content

Instantly share code, notes, and snippets.

@anderseknert
Created September 20, 2023 12:50
Show Gist options
  • Save anderseknert/e368a0276fe1163ee198f36186f9f474 to your computer and use it in GitHub Desktop.
Save anderseknert/e368a0276fe1163ee198f36186f9f474 to your computer and use it in GitHub Desktop.
in
allow {
# Simple way to "inline" an OR check — turn it into a "contains" problem
input.request.method in {“HEAD”, “GET”}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment