Skip to content

Instantly share code, notes, and snippets.

@congthien
Created June 28, 2017 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save congthien/1b3ab210b6ea47dd1cca7b0457e26965 to your computer and use it in GitHub Desktop.
Save congthien/1b3ab210b6ea47dd1cca7b0457e26965 to your computer and use it in GitHub Desktop.
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment