Allow bodhi CORS
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
0384c40e98
commit
857d9e535e
1 changed files with 4 additions and 0 deletions
|
@ -60,3 +60,7 @@ WSGIScriptAlias /packages /usr/share/fedoracommunity/production/apache/fedoracom
|
|||
# unless those get magically redirected to a nice default.
|
||||
ErrorDocument 404 https://apps.fedoraproject.org/packages/images/icons/package_128x128.png
|
||||
</Directory>
|
||||
|
||||
<Location /packages/fcomm_connector/xapian/cquery/search_packages/>
|
||||
Header Set Access-Control-Allow-Origin "https://bodhi.fedoraproject.org/"
|
||||
</Location>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue