Started getting this error (unknown when)
Access to font at 'https://www.domain.com/Merchant5/themes/base/fonts/fontawesome-webfont.woff?v=3.2.1' from origin 'https://domain.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Tried setting permission via:
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css)$" >
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Not working...icons still little boxes on a hillside.
Access to font at 'https://www.domain.com/Merchant5/themes/base/fonts/fontawesome-webfont.woff?v=3.2.1' from origin 'https://domain.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Tried setting permission via:
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css)$" >
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Not working...icons still little boxes on a hillside.
Comment