X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=335b702561726896fe5d434c619e8b88f1d05690;hb=794378ed295a03230539757fe72a5d0cfb40ec9e;hp=47d1a515000374c01cec2c74defdcbca5a718afa;hpb=4f7740264ec1d5b7633e24f317d75d00ddf8caad;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index 47d1a51500..335b702561 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -164,6 +164,10 @@ return [ // Allow pseudonyms (true) or enforce a space between first name and last name in Full name, as an anti spam measure (false). 'no_regfullname' => true, + // no_oembed_rich_content (Boolean) + // If enabled, allow OEmbed for all URLs. Disabled by default. + 'no_oembed_rich_content' => true, + // optimize_tables (Boolean) // Periodically (once an hour) run an "optimize table" command for cache tables 'optimize_tables' => false,