Skip to content

Commit

Permalink
h5p needs * CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 19, 2012
1 parent ec48e62 commit aaed934
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .htaccess
@@ -0,0 +1,12 @@

# ----------------------------------------------------------------------
# Cross-domain AJAX requests
# ----------------------------------------------------------------------

# Serve cross-domain Ajax requests, disabled by default.
# enable-cors.org
# code.google.com/p/html5security/wiki/CrossOriginRequestSecurity

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

0 comments on commit aaed934

Please sign in to comment.