X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=c1d6fff044e518206e1ed01f282f643013a9ec69;hb=c6b45a958e3b09bc8f3950a718c181dfc9e0b910;hp=35b1bc7b8700170cce785ca44a901219aef8a460;hpb=e4c0c30086dc915bc6f50499ad66722f27440acf;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 35b1bc7b87..c1d6fff044 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -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,