mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00:00
Unified BBCode conversion, improved proxy functionality
This commit is contained in:
parent
81d2d4b70e
commit
8bb33dccd1
22 changed files with 61 additions and 35 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue