mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-03-29 19:31:25 +03:00
feat(c10y): add url_preview_check_root_domain
This commit is contained in:
committed by
Slavi Pantaleev
parent
3f0326855d
commit
720a1b1a31
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user