Merge branch 'permissive-webfinger' into 'develop'

WebFinger query default to return JSON when no or unrecognized accept header is provided.

Closes #3381

See merge request pleroma/pleroma!4345
This commit is contained in:
lain 2025-05-29 08:41:27 +00:00
commit 93ce56418e
3 changed files with 44 additions and 9 deletions

View file

@ -0,0 +1 @@
Don't require an Accept header for WebFinger queries and default to JSON.