Close h5bp/server-configs-nginx#48.
This commit is contained in:
Marvin Roger 2014-06-26 19:55:57 +02:00 committed by Cătălin Mariș
parent 2f57c32060
commit 03dc5e07e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Cross domain AJAX requests # Cross domain AJAX requests
# **Security Warning** # **Security Warning**
# Do not use this without understanding the concequences. # Do not use this without understanding the consequences.
# This will permit access from any other website. # This will permit access from any other website.
# #
add_header "Access-Control-Allow-Origin" "*"; add_header "Access-Control-Allow-Origin" "*";