Cors Policy Error – No ‘Access-Control-Allow-Origin’ header is present
-
I am using the latest version of the font awesome plugin. For some reason, when I try to add a font awesome icon as a pseudo element, the icon will not load and I get this error in the console:
Access to CSS stylesheet at ‘https://use.fontawesome.com/releases/v5.15.3/css/all.css’ from origin ‘https://grskate.wordifysites.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Access to CSS stylesheet at ‘https://use.fontawesome.com/releases/v5.15.3/css/v4-shims.css’ from origin ‘https://grskate.wordifysites.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
However, if I explicitly embed an icon with html, it loads just fine.
The page I need help with: [log in to see the link]
- The topic ‘Cors Policy Error – No ‘Access-Control-Allow-Origin’ header is present’ is closed to new replies.