We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that favicon-running.png and favicon-running-alt.png are loaded a lot when watching the build page for a running job.
favicon-running.png
favicon-running-alt.png
I later realized that this is how the tab icon is animated.
However, the icon files are sent with a Cache-Control: no-cache header, causing the browser to retrieve a fresh copy of the icons every second.
Cache-Control: no-cache
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed that
favicon-running.png
andfavicon-running-alt.png
are loaded a lot when watching the build page for a running job.I later realized that this is how the tab icon is animated.
However, the icon files are sent with a
Cache-Control: no-cache
header, causing the browser to retrieve a fresh copy of the icons every second.The text was updated successfully, but these errors were encountered: