diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-03-22 17:48:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 17:48:42 +0000 |
commit | 232b324c38b3914509550aa895b791a33874c915 (patch) | |
tree | 7c324a040e452979aa0eddd6d7af5638f2369908 /changelog.d/9084.bugfix | |
parent | Remove extraneous print (#94) (diff) | |
download | synapse-232b324c38b3914509550aa895b791a33874c915.tar.xz |
Port "Add support for no_proxy and case insensitive env variables" from mainline to dinsic (#93)
This PR is simply porting https://github.com/matrix-org/synapse/pull/9372 to dinsic. I also had to bring in https://github.com/matrix-org/synapse/pull/8821 and https://github.com/matrix-org/synapse/pull/9084 for this code to work properly - a sign that we should merge mainline into dinsic again soon.
Diffstat (limited to 'changelog.d/9084.bugfix')
-rw-r--r-- | changelog.d/9084.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9084.bugfix b/changelog.d/9084.bugfix new file mode 100644 index 0000000000..415dd8b259 --- /dev/null +++ b/changelog.d/9084.bugfix @@ -0,0 +1 @@ +Don't blacklist connections to the configured proxy. Contributed by @Bubu. |