Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Commit f715e13

Browse files
committed
newb
1 parent 8e2d2b9 commit f715e13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.htaccess

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ RewriteRule ^(.+?)\.(html|js|json|xml)$ handler.php?features=$1&format=$2 [NC,QS
2828

2929

3030

31-
----------------------------------------------------------------------
32-
Cross-domain AJAX requests
33-
----------------------------------------------------------------------
34-
35-
Serve cross-domain Ajax requests, disabled by default.
36-
enable-cors.org
37-
code.google.com/p/html5security/wiki/CrossOriginRequestSecurity
31+
# ----------------------------------------------------------------------
32+
# Cross-domain AJAX requests
33+
# ----------------------------------------------------------------------
34+
#
35+
# Serve cross-domain Ajax requests, disabled by default.
36+
# enable-cors.org
37+
# code.google.com/p/html5security/wiki/CrossOriginRequestSecurity
3838

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

0 commit comments

Comments
 (0)