Checking…
Operations
What a client sends
Each file is one GraphQL document a client could send. The tab you're on is the one the banner above is about; the other tabs show what the allowlist makes of them.
The hash skips comments, line breaks, indentation and commas. A document that was reformatted or minified still matches the entry it was registered as.
Allowlist
What the proxy allows
The directory -allowlist points at. One file
is one entry: everything in it is hashed as a single
document.
A request goes through if its hash matches an entry.
Everything else gets 403 Forbidden. If two
files have the same hash, both are dropped — the proxy
can't tell which one was meant.