From 0d85ca3c867e1c56ce47f048b649670d166cde88 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 24 Jun 2015 19:42:02 +0000 Subject: [PATCH] Add https version of copr to fedoauth whitelist --- roles/fedoauth/templates/fedoauth.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 0f92c3d566..1d3930ceed 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -76,6 +76,7 @@ AUTH_PROVIDER_CONFIGURATION = { 'http://apps.fedoraproject.org/notifications/', 'http://copr.fedoraproject.org/', 'http://copr-fe.cloud.fedoraproject.org/', + 'https://copr.fedoraproject.org/', 'https://admin.fedoraproject.org/pkgdb/', 'https://admin.fedoraproject.org/voting/', 'https://apps.fedoraproject.org/github2fedmsg',