Mercurial > repos > yating-l > jbrowse_hub
comparison unknown/json/.htaccess @ 33:39a214ac35a7 draft
planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit faeedda55e23f1197bc454d3db2d52af29d786e8-dirty
author | yating-l |
---|---|
date | Fri, 17 Mar 2017 12:50:51 -0400 |
parents | e1f188b43750 |
children |
comparison
equal
deleted
inserted
replaced
32:f45a253f7c6a | 33:39a214ac35a7 |
---|---|
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> |