diff --git a/apps/production/custom-configs/synapse-values.yaml b/apps/production/custom-configs/synapse-values.yaml index 2a8d172..00c823f 100644 --- a/apps/production/custom-configs/synapse-values.yaml +++ b/apps/production/custom-configs/synapse-values.yaml @@ -19,12 +19,11 @@ data: config: | url_preview_enabled: true url_preview_ip_range_blacklist: - - '127.0.0.0/8' - - '10.0.0.0/8' - - '172.16.0.0/12' - - '192.168.0.0/16' - - '::1/128' - - 'fe80::/10' - - 'fc00::/7' - max_spider_size: 10M - # Deine restlichen URL-Preview und Retention Settings hier... \ No newline at end of file + - '127.0.0.0/8' + - '10.0.0.0/8' + - '172.16.0.0/12' + - '192.168.0.0/16' + - '::1/128' + - 'fe80::/10' + - 'fc00::/7' + max_spider_size: 10M \ No newline at end of file