Taiga got under the fic.o domain
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4de8f005f5
commit
1197bee48c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue