Update FederationController, add captcha to nodeinfo. Fixes https://todon.nl/users/v0idifier/statuses/101407970516293946

pull/793/head
Daniel Supernault 7 years ago
parent 7316ee38c4
commit b4221833e3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save