From d61cdffb702fe202dc07bc5d7cf5da94907cec29 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 18 Aug 2015 04:17:17 +0000 Subject: [PATCH] Add scheme. --- roles/bodhi2/base/templates/bodhi-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/bodhi-app.conf b/roles/bodhi2/base/templates/bodhi-app.conf index 06ba8fb862..f2e534f161 100644 --- a/roles/bodhi2/base/templates/bodhi-app.conf +++ b/roles/bodhi2/base/templates/bodhi-app.conf @@ -2,7 +2,7 @@ Alias /static /usr/lib/python2.7/site-packages/bodhi/static/ # modern browsers require that fonts have this - Header set Access-Control-Allow-Origin "*.fedoraproject.org" + Header set Access-Control-Allow-Origin "https://*.fedoraproject.org" WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}}