Skip to content

Commit

Permalink
CORS is not just for Ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Apr 14, 2014
1 parent 662a9b9 commit 9fe2b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# ##############################################################################

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

# Allow cross-origin AJAX requests.
# Allow cross-origin requests.
# http://code.google.com/p/html5security/wiki/CrossOriginRequestSecurity
# http://enable-cors.org/

Expand Down

0 comments on commit 9fe2b7f

Please sign in to comment.