Skip to content

Serve fonts over same protocol as the site

Jamie Tanna requested to merge fix/fonts-over-https into master

If we don't serve i.e. an HTTPS resource for an HTTPS site, we'll get i.e. broken fonts because we can't have mixed-mode resources.

Merge request reports