30-something grey wolf therian and furry. Admin of yiffit.net lemmy instance and packmates.org mastodon instance.
Steam Hardware @sopuli.xyz How to use your Deck as a Steam Input controller for your PC (Without Steam Link!)
Asklemmy @lemmy.ml Now that Lemmy is growing an important question needs to be answered: what should we use as our equivalent for "the narwhal bacons at midnight?"
SNOOcalypse - document, discuss, and promote the downfall of Reddit. @lemmy.ml Song in honor of reddit apps: "Here's to you third-party apps, rest forever here in our hearts"
Reddit @lemmy.ml Song in honor of reddit apps: "Here's to you third-party apps, rest forever here in our hearts"
Selfhosted @lemmy.world What was the name of that awesome self-hosting all in one dashboard / manager that I saw recommended on Lemmy the other day?
Fediverse @lemmy.world ActivityPub: what stops a malicious actor to post from domains they don't own?
Fediverse @lemmy.ml Most fediverse drama is caused by local and federated timelines
Request a subreddit @lemmit.online /r/wagnervsrussia
Request a subreddit @lemmit.online /r/technology
Request a subreddit @lemmit.online /r/coolguides
Fediverse @lemmy.ml Does anyone have a list of "bot infested" lemmy instances so that I can ban them preemptively?
Request a subreddit @lemmit.online /r/therian
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com You can now get reddit posts on lemmy via RSS, without any ads ;)
Request a subreddit @lemmit.online /r/games
About Lemmit @lemmit.online Great tool! Please consider adding a search link to the bot's reply
Fediverse @lemmy.world Can we organize AMAs to help Lemmy/Kbin grow?
Ukraine @sopuli.xyz Would it make sense to have a weekly discussion thread?
Technology @beehaw.org PLEASE help test Lemmy 0.18 fixes, enterprise.lemmy.ml is the testing server with latest code
Technology @kbin.social Entire mod teams of r/interestingasfuck, r/TIHI and r/mildlyinteresting KICKED out. Some even locked out of their accounts
SNOOcalypse - document, discuss, and promote the downfall of Reddit. @lemmy.ml Entire mod teams of r/interestingasfuck, r/TIHI and r/mildlyinteresting KICKED out. Some even locked out of their accounts




It should be a signature that is sent together with the ActivityPub Object. Yes, if the signature doesn't match, the content, whether a post, comment, favorite, upvote, etc... should be dropped.
Here is the source code of the library that lemmy uses to handle incoming objects and you can see that it does a call to verify the signature of the actor:
https://docs.rs/activitypub_federation/latest/src/activitypub_federation/actix_web/inbox.rs.html#18-54