webfinger: accept canoncial AP type in XML and don’t serve response for remote users #1045
No reviewers
Labels
No labels
approved, awaiting change
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma!1045
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:fix-webfinger-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
JSON already parses both the canonical and Mastodon type, but for inexplicable reasons a failed (code was bugged and a noop) attempt at doing this in XML too was pulled (within the same PR introducing it; no review comments; see commit message).
When using qualified nicknames it was already restricted to local accounts, but AP ids were left unchecked.