fix template
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-08-12 00:41:13 +02:00
parent 0d57f3500a
commit cffa1cc02e
1 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,8 @@ thumbnail_sizes:
url_preview_enabled: {{ 'true' if matrix_url_preview_enabled else 'false' }}
# List of IP address CIDR ranges that the URL preview spider is denied
# from accessing.{% if matrix_url_preview_ip_blacklist is defined %}
# from accessing.
{% if matrix_url_preview_ip_blacklist is defined %}
url_preview_ip_range_blacklist:
{{ matrix_url_preview_ip_blacklist | to_nice_yaml(indent=2) }}
{% endif %}