summary refs log tree commit diff
path: root/changelog.d/9084.bugfix
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-03-22 17:48:42 +0000
committerGitHub <noreply@github.com>2021-03-22 17:48:42 +0000
commit232b324c38b3914509550aa895b791a33874c915 (patch)
tree7c324a040e452979aa0eddd6d7af5638f2369908 /changelog.d/9084.bugfix
parentRemove extraneous print (#94) (diff)
downloadsynapse-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.bugfix1
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.