comparison test-data/only_genome/myHub/.htaccess @ 7:5d5fdcb798da draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 12fb52d5b285935b2353d93a5aa291838df7893e
author yating-l
date Fri, 20 Apr 2018 13:51:23 -0400
parents
children
comparison
equal deleted inserted replaced
6:237707a6b74d 7:5d5fdcb798da
1 # This Apache .htaccess file is generated by JBrowse (GenomeDB) for
2 # allowing cross-origin requests as defined by the Cross-Origin
3 # Resource Sharing working draft from the W3C
4 # (http://www.w3.org/TR/cors/). In order for Apache to pay attention
5 # to this, it must have mod_headers enabled, and its AllowOverride
6 # configuration directive must allow FileInfo overrides.
7 <IfModule mod_headers.c>
8 Header onsuccess set Access-Control-Allow-Origin *
9 Header onsuccess set Access-Control-Allow-Headers X-Requested-With,Range
10 </IfModule>