Category: WordPress ActivityPub
-
light-dark limitations
While building a new site which will support both light and dark mode, I came across this bug. It’s not new, it’s just that so many parts the color-scheme api are well thought out and working as expected, that even MDN lists the Baseline as “widely available since February 2022”! The bug only affects Safari,…
-
Signature Verification in WordPress
Without signature verification, sites using the plugin are wide open to impersonation attacks.
-
Add support for latest HTTP Signatures spec draft
In response to feedback from the httpwg regarding their http signatures spec draft Mastodon 3.2.1, now requires a Digest header in their POST requests. Here is a Pull request for the wordpress plugin
-
FediTest
Just another attempt at federating posts. It works! Though as suspected, only on mastodon 3.2.0 (will add PR for digest headers)
-
activitypub
Really excited with the WordPress ActivityPub plugin! Back in june I started a Pull Request to add Private Messages to the plugin. As I was hacking at it, I realized that Comments were only being received, and that federated replies to the fediverse had yet to be implemented! So, for reasons, I decided to push…