Make taiga ssl also use post

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-07-12 16:01:30 +00:00
parent 86b83c3e2b
commit 11a83754a3

View file

@ -1046,7 +1046,11 @@ class OpenIDResponse(object):
do_post_trusts = ['http://taigastg.cloud.fedoraproject.org/',
'http://taiga.cloud.fedoraproject.org/',
'http://taiga.fedorainfracloud.org/',
'http://taigastg.fedorainfracloud.org/']
'http://taigastg.fedorainfracloud.org/',
'https://taigastg.cloud.fedoraproject.org/',
'https://taiga.cloud.fedoraproject.org/',
'https://taiga.fedorainfracloud.org/',
'https://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