|
|
|
@@ -521,9 +521,10 @@ max_upload_size: "{{ matrix_synapse_max_upload_size_mb }}M" |
|
|
|
# height: 600 |
|
|
|
# method: scale |
|
|
|
|
|
|
|
# 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. |
|
|
|
# Is the preview URL API enabled? |
|
|
|
# |
|
|
|
# 'false' by default: uncomment the following to enable it (and specify a |
|
|
|
# url_preview_ip_range_blacklist blacklist). |
|
|
|
# |
|
|
|
url_preview_enabled: true |
|
|
|
|
|
|
|
@@ -534,7 +535,13 @@ url_preview_enabled: true |
|
|
|
# to connect to, otherwise anyone in any Matrix room could cause your |
|
|
|
# synapse to issue arbitrary GET requests to your internal services, |
|
|
|
# causing serious security issues. |
|
|
|
|
|
|
|
# |
|
|
|
# (0.0.0.0 and :: are always blacklisted, whether or not they are explicitly |
|
|
|
# listed here, since they correspond to unroutable addresses.) |
|
|
|
# |
|
|
|
# This must be specified if url_preview_enabled is set. It is recommended that |
|
|
|
# you uncomment the following list as a starting point. |
|
|
|
# |
|
|
|
url_preview_ip_range_blacklist: |
|
|
|
- '127.0.0.0/8' |
|
|
|
- '10.0.0.0/8' |
|
|
|
|