Skip to content

Instantly share code, notes, and snippets.

@igorw
Created June 21, 2010 14:48
Show Gist options
  • Select an option

  • Save igorw/446955 to your computer and use it in GitHub Desktop.

Select an option

Save igorw/446955 to your computer and use it in GitHub Desktop.
<FilesMatch "\.(txt|json)$">
<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