Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author luckychingi

    (@luckychingi)

    Please add the following to the .htaccess file

    <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2)$">  
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>
    
    Plugin Author luckychingi

    (@luckychingi)

    Assisted @rkhyd79

    Placed the above code immediately below the WordPress code in .htaccess

    I have the same issue i have implemented the above fix but it still isn’t working?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CORS issue’ is closed to new replies.