1
0
Fork 0

Configurable list of domains to ignore redirects

This commit is contained in:
Michael 2020-09-16 04:56:37 +00:00
commit 55e169db49
4 changed files with 52 additions and 2 deletions

View file

@ -362,6 +362,10 @@ return [
// 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' => [],
// no_smilies (Boolean)
// Don't show smilies.
'no_smilies' => false,