Created
September 20, 2023 12:50
-
-
Save anderseknert/e368a0276fe1163ee198f36186f9f474 to your computer and use it in GitHub Desktop.
in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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