Issue 13819: Ensure to not use OEmbed if not wanted

This commit is contained in:
Michael
2024-02-29 07:37:58 +00:00
parent ac087749e3
commit e394a6b0fa
3 changed files with 3 additions and 11 deletions

View File

@@ -429,10 +429,6 @@ return [
// Don't do count calculations (currently only when showing photo albums).
'no_count' => false,
// no_oembed (Boolean)
// Don't use OEmbed to fetch more information about a link.
'no_oembed' => false,
// no_redirect_list (Array)
// List of domains where HTTP redirects should be ignored.
'no_redirect_list' => [],