]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
New function to resize an image to not exceed a given file size
[friendica.git] / static / settings.config.php
index 47d1a515000374c01cec2c74defdcbca5a718afa..335b702561726896fe5d434c619e8b88f1d05690 100644 (file)
@@ -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,