summary refs log tree commit diff
path: root/changelog.d/6000.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelogRichard van der Hoff2019-09-261-1/+0
|
* Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan2019-09-231-0/+1
Uses a SimpleHttpClient instance equipped with the federation_ip_range_blacklist list for requests to identity servers provided by user input. Does not use a blacklist when contacting identity servers specified by account_threepid_delegates. The homeserver trusts the latter and we don't want to prevent homeserver admins from specifying delegates that are on internal IP addresses. Fixes #5935