[AVATAR] Update way avatar is sent, to use proper symfony responses, make config('site', 's_static_delivery') into a boolean

This commit is contained in:
Hugo Sales
2020-08-08 21:28:51 +00:00
committed by Hugo Sales
parent a498134b13
commit d21d4f5cb1
3 changed files with 28 additions and 35 deletions

View File

@@ -63,7 +63,7 @@ abstract class DefaultSettings
'ssl_proxy' => false, // set to true to force GNU social to think it is HTTPS (i.e. using reverse proxy to enable it)
'duplicate_time_limit' => 60, // default for same person saying the same thing
'text_limit' => 1000, // in chars; 0 == no limit
'x_static_delivery' => null,
'x_static_delivery' => false,
'defaults_modified' => time(),
],
'security' => [