davidcelis / davidcel.is

📝 My personal website and blog
https://davidcel.is/
MIT License
3 stars 0 forks source link

Add more safeguards to webmentions #30

Open davidcelis opened 7 months ago

davidcelis commented 7 months ago

I kinda baked some assumptions into receiving webmentions, like always having an author present; but I got a webmention earlier today that didn't have any author property on the h-entry and it broke the post it targeted. I should be verifying more info about webmentions I receive and only marking them as verified if they're structured enough such that I can show them.

davidcelis commented 7 months ago

Also need URL validations in the model