Mercurial > repos > gga > apollo_create_account
annotate test-data/dataset_1_files/data/.htaccess @ 17:1a2404ca43f9 draft default tip
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 12282c16658b37858f49944796fd95515ef0fc0b
author | gga |
---|---|
date | Wed, 11 Jan 2023 11:47:13 +0000 |
parents | a46a509386d3 |
children |
rev | line source |
---|---|
10
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
1 # This Apache .htaccess file is generated by JBrowse (GenomeDB) for |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
2 # allowing cross-origin requests as defined by the Cross-Origin |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
3 # Resource Sharing working draft from the W3C |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
4 # (http://www.w3.org/TR/cors/). In order for Apache to pay attention |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
5 # to this, it must have mod_headers enabled, and its AllowOverride |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
6 # configuration directive must allow FileInfo overrides. |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
7 <IfModule mod_headers.c> |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
8 Header onsuccess set Access-Control-Allow-Origin * |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
9 Header onsuccess set Access-Control-Allow-Headers X-Requested-With,Range |
a46a509386d3
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
gga
parents:
diff
changeset
|
10 </IfModule> |