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_domain_explicit_allowlist
This commit is contained in:
committed by
Slavi Pantaleev
parent
a4bc3facb4
commit
3f0326855d
@@ -199,6 +199,9 @@ matrix_continuwuity_config_ignore_messages_from_server_names: []
|
|||||||
# Controls the `url_preview_domain_contains_allowlist` setting.
|
# Controls the `url_preview_domain_contains_allowlist` setting.
|
||||||
matrix_continuwuity_config_url_preview_domain_contains_allowlist: []
|
matrix_continuwuity_config_url_preview_domain_contains_allowlist: []
|
||||||
|
|
||||||
|
# Controls the `url_preview_domain_explicit_allowlist` setting.
|
||||||
|
matrix_continuwuity_config_url_preview_domain_explicit_allowlist: []
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
@@ -1319,7 +1319,7 @@ url_preview_domain_contains_allowlist = {{ matrix_continuwuity_config_url_previe
|
|||||||
# attack surface to your server, you are expected to be aware of the risks
|
# attack surface to your server, you are expected to be aware of the risks
|
||||||
# by doing so.
|
# by doing so.
|
||||||
#
|
#
|
||||||
#url_preview_domain_explicit_allowlist = []
|
url_preview_domain_explicit_allowlist = {{ matrix_continuwuity_config_url_preview_domain_explicit_allowlist | to_json }}
|
||||||
|
|
||||||
# Vector list of explicit domains not allowed to send requests to for URL
|
# Vector list of explicit domains not allowed to send requests to for URL
|
||||||
# previews.
|
# previews.
|
||||||
|
|||||||
Reference in New Issue
Block a user