• Hello,
    I have problem with displaying custom icons. The only thing I can see is some unicode icon. When I check the console(in browser inspector) I’ve noticed that CORS header is missing. So I’ve added below content in .htaccess

    <FilesMatch ".(eot|ttf|otf|woff)">
    	Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    Unfortunately problem still occurs. Can you help?
    Michal

    https://www.ads-software.com/plugins/svg-vector-icon-plugin/

  • The topic ‘CORS header missing’ is closed to new replies.