Skip to content

cache-bursting for stylesheets and fonts

dakkar requested to merge feature/cache-burst-fonts into develop

What does this PR do?

Adds a ?version=2024.5.0 (or whatever) to a couple of style.css (ours, and phosphor-icons'), and to the icon fonts themselves.

This is enough to tell the browser to load the stylesheet and font again, should indicate to caches and CDNs that the resources are different, and from my testing browsers (at least, Firefox) still honour the caching headers we send, so it won't download these things again.

Please test on more browsers, though!

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports