diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-28 09:45:00 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-28 09:45:00 +0200 |
commit | 40d5665ffe16841dd448c5a93c7dfe84cc21d8ca (patch) | |
tree | 1cf6ac5da016c588f3cb97e0d4be17ccd8f48a19 /cluster/prod/app/matrix/config/synapse/homeserver.yaml | |
parent | 859813440c23982c75fd1f27f3469aa9e9794368 (diff) | |
download | nixcfg-40d5665ffe16841dd448c5a93c7dfe84cc21d8ca.tar.gz nixcfg-40d5665ffe16841dd448c5a93c7dfe84cc21d8ca.zip |
Upgrade Matrix but disable URL preview
Diffstat (limited to 'cluster/prod/app/matrix/config/synapse/homeserver.yaml')
-rw-r--r-- | cluster/prod/app/matrix/config/synapse/homeserver.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml index 1d7f73e..b4b7c67 100644 --- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml +++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml @@ -184,7 +184,7 @@ thumbnail_sizes: # Is the preview URL API enabled? If enabled, you *must* specify # an explicit url_preview_ip_range_blacklist of IPs that the spider is # denied from accessing. -url_preview_enabled: True +url_preview_enabled: False # List of IP address CIDR ranges that the URL preview spider is denied # from accessing. There are no defaults: you must explicitly |