Skip to content

Commit f28bc1f

Browse files
committed
examples accesible
1 parent b34c0d5 commit f28bc1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/.htaccess

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Header add Access-Control-Allow-Origin "*"
2+
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
3+
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"
4+
5+
Order deny,allow
6+
Allow from all
7+
8+

0 commit comments

Comments
 (0)