Declare CORS allowed origins for bodhi2 fonts.

This commit is contained in:
Ralph Bean 2015-08-18 04:14:21 +00:00
parent 08ca54945c
commit fae716c422

View file

@ -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