View Source Plausible.Verification.Checks.SnippetCacheBust (Plausible v0.0.1)
A naive way of trying to figure out whether the latest site contents
is wrapped with some CDN/caching layer.
In case no snippets were found, we'll try to bust the cache by appending a random query parameter
and re-run Plausible.Verification.Checks.FetchBody
and Plausible.Verification.Checks.Snippet
checks.
If the result is different this time, we'll assume cache likely.