mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-07-22 17:18:35 +00:00
Drop mode and add special allowlist entries '*' and 'default'
This commit is contained in:
parent
61fd9166f6
commit
8f147379ea
5 changed files with 31 additions and 53 deletions
7
debian/postinst
vendored
7
debian/postinst
vendored
|
@ -97,12 +97,7 @@ trusted_servers = ["matrix.org"]
|
|||
# [0]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives
|
||||
#log = "..."
|
||||
|
||||
# possible URL preview modes:
|
||||
# None: previews disabled
|
||||
# All: previews for any URL allowed
|
||||
# Allowlist: only domains in \`url_preview_allowlist\` are allowed
|
||||
url_preview_mode = "None"
|
||||
url_preview_allowlist = ["google.com", "youtube.com", "www.youtube.com"]
|
||||
url_preview_allowlist = []
|
||||
EOF
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue