CORS policy: No ‘Access-Control-Allow-Origin’
-
Getting this error for icon fonts:
Access to font has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested
I know it is a know issue but this one is diferent, I added .htaccess
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>Already a long time ago, without problems on other sites.
But with Auoptimize active throws these errors and without not!Thanks,
DAve
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CORS policy: No ‘Access-Control-Allow-Origin’’ is closed to new replies.