Description
For Bedrock (and Springfield) we serve a text file whose content is just the hash of the deployed git commit.
However, this file is being cached by our CDN for six hours
cache-control: max-age=21600, public
This makes it unwise to rely on revision.txt.
Success Criteria