Remove XML version of Webfinger and remove links to Atom feeds (#11460)

Fix #11453
This commit is contained in:
Eugen Rochko
2019-08-01 19:14:02 +02:00
committed by GitHub
parent 706a48ee1f
commit 8b9d0a0533
6 changed files with 1 additions and 91 deletions

View File

@ -7,7 +7,6 @@
- if @account.user&.setting_noindex
%meta{ name: 'robots', content: 'noindex, noarchive' }/
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_url(@account, format: 'atom') }/
%link{ rel: 'alternate', type: 'application/rss+xml', href: account_url(@account, format: 'rss') }/
%link{ rel: 'alternate', type: 'application/activity+json', href: ActivityPub::TagManager.instance.uri_for(@account) }/