Skip to content

Instantly share code, notes, and snippets.

@ryanjohnston
Last active September 9, 2018 18:42
Show Gist options
  • Save ryanjohnston/51be8f8395bb96451eb9760d77a99c3d to your computer and use it in GitHub Desktop.
Save ryanjohnston/51be8f8395bb96451eb9760d77a99c3d to your computer and use it in GitHub Desktop.
[Apache - htaccess] Configuration Snippets, Gists and Workflows #config
<FilesMatch "\.(woff2|woff|ttf|svg|eot|js|css)$">
<ifModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</ifModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment