• We have custom fonts on our site and it seems that regardless of our settings on the CDN tab the W3TC CORS header is always:

    <FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    We’re missing FilesMatch WOFF2 and it’s being blocked when the CDN is active. We could optionally set the CORS header in MaxCDN but we can’t seem to find a way to stop W3TC from re-adding the code above. Please advise.

    https://www.ads-software.com/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Woff2 CORS header MaxCDN’ is closed to new replies.