You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not think it is that easy! @aaronpk has added this feature, because it seems to be a nice fallback if no other semantic is available and we can not be sure, that Microformats are available only because of someone installed the Webmention plugin.
As there is not an easy fix for #78 and it seems unlikely there would be, requesting optional special casing based on user agent.
https://github.com/aaronpk/XRay/blob/main/controllers/Parse.php#L16
Essentially, in this function, return early if you detect XRay in the User-Agent.
https://github.com/pfefferle/wordpress-activitypub/blob/master/includes/class-activitypub.php#L36
I know technically speaking, @aaronpk 's code is asking for the ActivityPub version, but one side has to special case it.
Or give me an easy way to filter at this point?
The text was updated successfully, but these errors were encountered: