commit 298e45183d51f32cd9c7339984fb9b4f8c7d0e2b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 10 10:19:38 2016 +0200
Remove fedora refs
roles/ipsilon/files/openid_server.py | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/roles/ipsilon/files/openid_server.py b/roles/ipsilon/files/openid_server.py
index 34d45bb..e804edc 100644
--- a/roles/ipsilon/files/openid_server.py
+++ b/roles/ipsilon/files/openid_server.py
@@ -1043,10 +1043,8 @@ class OpenIDResponse(object):
@change: 2.1.0 added the ENCODE_HTML_FORM response.
"""
if self.request.mode in BROWSER_REQUEST_MODES:
- do_post_trusts = ['http://taigastg.cloud.fedoraproject.org/',
- 'http://taiga.cloud.fedoraproject.org/',
- 'http://taiga.fedorainfracloud.org/',
- 'http://taigastg.fedorainfracloud.org/']
+ do_post_trusts = ['http://admin.rpmfusion.org/',
+ 'http://fas.rpmfusion.org/']
if self.request.trust_root in do_post_trusts:
# Workaround, since too many clients don't follow the spec
return ENCODE_HTML_FORM