forked from mirror/pixelfed
Update FederationController, add captcha to nodeinfo. Fixes https://todon.nl/users/v0idifier/statuses/101407970516293946
This commit is contained in:
parent
7316ee38c4
commit
b4221833e3
|
@ -89,6 +89,7 @@ class FederationController extends Controller
|
|||
'github' => 'https://github.com/pixelfed',
|
||||
'follow' => 'https://mastodon.social/@pixelfed',
|
||||
],
|
||||
'captcha' => (bool) config('pixelfed.recaptcha'),
|
||||
],
|
||||
'openRegistrations' => config('pixelfed.open_registration'),
|
||||
'protocols' => [
|
||||
|
|
Loading…
Reference in New Issue