diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-09-14 04:58:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-14 04:58:38 +1000 |
commit | 850dcfd2d3a1d689042fb38c8a16b652244068c2 (patch) | |
tree | 933e1775746bb6d40320bdc664bc85547c6bb2e6 /changelog.d | |
parent | Add developer docs for using SAML without a server (#6032) (diff) | |
download | synapse-850dcfd2d3a1d689042fb38c8a16b652244068c2.tar.xz |
Fix well-known lookups with the federation certificate whitelist (#5997)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5996.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5996.bugfix b/changelog.d/5996.bugfix new file mode 100644 index 0000000000..05e31faaa2 --- /dev/null +++ b/changelog.d/5996.bugfix @@ -0,0 +1 @@ +federation_certificate_verification_whitelist now will not cause TypeErrors to be raised (a regression in 1.3). Additionally, it now supports internationalised domain names in their non-canonical representation. |