pstuifzand / ekster

microsub server
GNU General Public License v3.0
27 stars 4 forks source link

Fix relative urls inside HTML content #14

Closed pstuifzand closed 5 years ago

pstuifzand commented 6 years ago

HTML content can contain relative urls and these will to be send to the Microsub client. The client will try to open the url on it's own domain.

The server should replace the urls inside the HTML with absolute urls, based on the url where the content was gotten from.

(Originally published at: https://p83.nl/p/717)

pstuifzand commented 6 years ago

Fixed for RSS/Atom feeds.

(Originally published at: https://p83.nl/p/884)

pstuifzand commented 5 years ago

This was fixed by a newer version of the microformats library.