Skip to content

Commit e831df3

Browse files
committed
added .htaccess to /community/ to enable cors for rss feed
1 parent 36472b6 commit e831df3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

static/community/.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<IfModule mod_headers.c>
2+
Header set Access-Control-Allow-Origin "*"
3+
</IfModule>

0 commit comments

Comments
 (0)