Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update CDN to restrict Fastly Purge API
By default, Fastly exposes the Varnish Purge protocol publicly, allowing anyone to make HTTP PURGE requests to any URL, e.g.: ``` curl -X PURGE https://releases.jquery.com/robots.txt ``` This can be disabled by setting an internal header in the Fastly configuration, explained in the docs[1], which I've now done for "releases", "code", and "code2". [1] https://docs.fastly.com/en/guides/authenticating-api-purge-requests
- Loading branch information