Configurable list of domains to ignore redirects
This commit is contained in:
parent
26831371f7
commit
55e169db49
4 changed files with 52 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue