more config comment updates
This commit is contained in:
parent
1a7104fde3
commit
1565ebec2c
|
@ -521,8 +521,11 @@ uploads_path: "DATADIR/uploads"
|
||||||
# synapse to issue arbitrary GET requests to your internal services,
|
# synapse to issue arbitrary GET requests to your internal services,
|
||||||
# causing serious security issues.
|
# causing serious security issues.
|
||||||
#
|
#
|
||||||
# This must be specified if url_preview_enabled. It is recommended that you
|
# (0.0.0.0 and :: are always blacklisted, whether or not they are explicitly
|
||||||
# uncomment the following list as a starting point.
|
# 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:
|
#url_preview_ip_range_blacklist:
|
||||||
# - '127.0.0.0/8'
|
# - '127.0.0.0/8'
|
||||||
|
|
|
@ -279,8 +279,11 @@ class ContentRepositoryConfig(Config):
|
||||||
# synapse to issue arbitrary GET requests to your internal services,
|
# synapse to issue arbitrary GET requests to your internal services,
|
||||||
# causing serious security issues.
|
# causing serious security issues.
|
||||||
#
|
#
|
||||||
# This must be specified if url_preview_enabled. It is recommended that you
|
# (0.0.0.0 and :: are always blacklisted, whether or not they are explicitly
|
||||||
# uncomment the following list as a starting point.
|
# 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:
|
#url_preview_ip_range_blacklist:
|
||||||
# - '127.0.0.0/8'
|
# - '127.0.0.0/8'
|
||||||
|
|
Loading…
Reference in New Issue