diff options
author | Robert Edström <108799+Legogris@users.noreply.github.com> | 2021-10-20 17:43:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 18:43:49 +0100 |
commit | 62db603fa0cae4813e119291b606bff290461b2b (patch) | |
tree | aa05f7f17f4e34320a6e08aede023cb127670200 /changelog.d | |
parent | Clean up `_update_auth_events_and_context_for_auth` (#11122) (diff) | |
download | synapse-62db603fa0cae4813e119291b606bff290461b2b.tar.xz |
Consider IP whitelist for identity server resolution (#11120)
Signed-off-by: Robert Edström <github@legogris.se>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11120.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11120.bugfix b/changelog.d/11120.bugfix new file mode 100644 index 0000000000..6b39e3e89d --- /dev/null +++ b/changelog.d/11120.bugfix @@ -0,0 +1 @@ +Identity server connection is no longer ignoring `ip_range_whitelist`. |