diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-11-24 21:30:38 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-11-24 21:30:38 +0000 |
commit | 1197bee48c13f62b2d9675045ec52ee36b251d59 (patch) | |
tree | 92f947ca1782e10e952a269862f4727c68feaa7a | |
parent | 4de8f005f5848c60df3f54045c7bde3c9e17715a (diff) | |
download | ansible-1197bee48c13f62b2d9675045ec52ee36b251d59.tar.gz ansible-1197bee48c13f62b2d9675045ec52ee36b251d59.tar.xz ansible-1197bee48c13f62b2d9675045ec52ee36b251d59.zip |
Taiga got under the fic.o domain
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | roles/ipsilon/files/openid_server.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/ipsilon/files/openid_server.py b/roles/ipsilon/files/openid_server.py index 21163b661..34d45bb74 100644 --- a/roles/ipsilon/files/openid_server.py +++ b/roles/ipsilon/files/openid_server.py @@ -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 |