Make taiga ssl also use post
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
86b83c3e2b
commit
11a83754a3
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue