feat(c10y): add url_preview_check_root_domain

This commit is contained in:
anya hope
2026-03-28 17:02:12 -05:00
committed by Slavi Pantaleev
parent 3f0326855d
commit 720a1b1a31
2 changed files with 4 additions and 1 deletions

View File

@@ -202,6 +202,9 @@ matrix_continuwuity_config_url_preview_domain_contains_allowlist: []
# Controls the `url_preview_domain_explicit_allowlist` setting. # Controls the `url_preview_domain_explicit_allowlist` setting.
matrix_continuwuity_config_url_preview_domain_explicit_allowlist: [] matrix_continuwuity_config_url_preview_domain_explicit_allowlist: []
# Controls the `url_preview_check_root_domain` setting.
matrix_continuwuity_config_url_preview_check_root_domain: false
# Additional environment variables to pass to the container. # Additional environment variables to pass to the container.
# #
# Environment variables take priority over settings in the configuration file. # Environment variables take priority over settings in the configuration file.

View File

@@ -1359,7 +1359,7 @@ url_preview_domain_explicit_allowlist = {{ matrix_continuwuity_config_url_previe
# allowlist is still too broad for you but you still want to allow all the # allowlist is still too broad for you but you still want to allow all the
# subdomains under a root domain. # subdomains under a root domain.
# #
#url_preview_check_root_domain = false url_preview_check_root_domain = {{ matrix_continuwuity_config_url_preview_check_root_domain | to_json }}
# List of forbidden room aliases and room IDs as strings of regex # List of forbidden room aliases and room IDs as strings of regex
# patterns. # patterns.