From 02eace8a525f3062be3e9d510ea7ee8039ba5474 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 5 Oct 2016 23:51:27 +0200 Subject: Fix pkgsubmit origin for CORS on check (should include protocol) --- modules/youri-check/templates/vhost_check.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/youri-check/templates/vhost_check.conf b/modules/youri-check/templates/vhost_check.conf index 42c391d0..d33530df 100644 --- a/modules/youri-check/templates/vhost_check.conf +++ b/modules/youri-check/templates/vhost_check.conf @@ -1 +1 @@ -Header set Access-Control-Allow-Origin "pkgsubmit.<%= domain %>" +Header set Access-Control-Allow-Origin "http://pkgsubmit.<%= domain %>" -- cgit v1.2.1