Merge branch 'deploy' of git.gotenzing.com:tenzing/banners-with-skip into deploy
Showing
2 changed files
with
14 additions
and
1 deletions
| 1 | # ------------------------------------------------------------------------------ | ||
| 2 | # | Cross-domain AJAX requests | | ||
| 3 | # ------------------------------------------------------------------------------ | ||
| 4 | |||
| 5 | # Enable cross-origin AJAX requests. | ||
| 6 | # http://code.google.com/p/html5security/wiki/CrossOriginRequestSecurity | ||
| 7 | # http://enable-cors.org/ | ||
| 8 | |||
| 9 | <IfModule mod_headers.c> | ||
| 10 | Header set Access-Control-Allow-Origin "*" | ||
| 11 | </IfModule> | ||
| 12 | |||
| 13 | |||
| 1 | RewriteEngine On | 14 | RewriteEngine On |
| 2 | 15 | ||
| 3 | # Prevents Flash files from caching | 16 | # Prevents Flash files from caching | ... | ... |
-
Please register or sign in to post a comment