Taiga got under the fic.o domain

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-11-24 21:30:38 +00:00
parent 4de8f005f5
commit 1197bee48c

View file

@ -1043,7 +1043,10 @@ 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/']
do_post_trusts = ['http://taigastg.cloud.fedoraproject.org/',
'http://taiga.cloud.fedoraproject.org/',
'http://taiga.fedorainfracloud.org/',
'http://taigastg.fedorainfracloud.org/']
if self.request.trust_root in do_post_trusts:
# Workaround, since too many clients don't follow the spec
return ENCODE_HTML_FORM