Skip to content

Commit b95ad6c

Browse files
committed
One more
1 parent ab3e237 commit b95ad6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/.htaccess

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Options +Indexes
2+
3+
<IfModule headers_module>
4+
Header set Cache-Control "max-age=604800, public"
5+
6+
Header add Access-Control-Allow-Origin "*"
7+
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
8+
Header add Access-Control-Allow-Methods "GET"
9+
</IfModule>

0 commit comments

Comments
 (0)