The official Google Code blog: A fresh new look for HTML5Rocks.com : By Eric Bidelman, Senior Developer Programs Engineer, Google Chrome Team Over the past year, HTML5Rocks.com has become a top destination ...
How to avoid Access-Control-Allow-Origin error using htaccess Add the below code in you .htaccess file. #avoid Access-Control-Allow-Origin error using htaccess <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>
Comments
Post a Comment