Sentry Profiling and other tools often require you to return certain headers on response after serving the static HTML file of a site:
In this case it's "Document-Policy": "js-profiling"
It would be awesome to be able to return headers on a request to retrieve a static site without having to use a server component and use something like Nginx.