Declare CORS allowed origins for bodhi2 fonts.
This commit is contained in:
parent
08ca54945c
commit
fae716c422
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
Alias /static /usr/lib/python2.7/site-packages/bodhi/static/
|
||||
|
||||
<Directory /usr/lib/python2.7/site-packages/bodhi/static>
|
||||
# modern browsers require that fonts have this
|
||||
Header set Access-Control-Allow-Origin "*.fedoraproject.org"
|
||||
</Directory>
|
||||
|
||||
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}}
|
||||
WSGISocketPrefix run/wsgi
|
||||
WSGIRestrictStdout On
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue