I've seen similar questions asked here but I am still unable to solve this issue. I'm running Typekit and FontAwesome (from CDN) and I get the following error
XMLHttpRequest cannot load http://resource.com/example/example. Origin http://mydomain.com is not allowed by Access-Control-Allow-Origin.
Now, the typekit font and fontawesome css stylesheet are loading perfectly fine, so I'm not sure why the error :\
I have already tried to setup CORS through .htaccess but even then I still get the error. Does anyone have a recommendation for this problem?
This is happening in both, my local and production server.