Fix #1065: irrelevant redirection to HTML repr of a library

This commit is contained in:
Eliot Berriot 2020-03-30 09:57:43 +02:00
parent 5bb9112a09
commit 0b06ef3b3b
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
2 changed files with 6 additions and 0 deletions

View file

@ -215,6 +215,7 @@ def should_redirect_ap_to_html(accept_header, default=True):
"text/html",
]
no_redirect_headers = [
"*/*", # XXX backward compat with older Funkwhale instances that don't send the Accept header
"application/json",
"application/activity+json",
"application/ld+json",