voxpelli / webpage-webmentions

A hosted Disqus-like comment service that enables WebMention receiving on any kind of site
https://webmention.herokuapp.com/
MIT License
74 stars 14 forks source link

Embed crashes when given errenous `url` parameters #163

Open voxpelli opened 3 years ago

voxpelli commented 3 years ago

Example:

https://webmention.herokuapp.com/api/embed?version=cutting-edge&url=http%3A%2F%2Fsvgur.com%2Fdweb%3Furl%3Dhttp%3A%2F%2Felecakes.blogspot.com&url=&url=

Causes:

Error: Invalid URL, should be an absolute one ()

Skärmavbild 2021-08-24 kl  10 47 08

voxpelli commented 1 year ago

Fix by simply removing empty URL:s