danfragoso / thdwb

🌭 The hotdog web browser and browser engine 🌭
MIT License
1.13k stars 58 forks source link

img doesn't work with relative src url #21

Closed bcampbell closed 3 years ago

bcampbell commented 3 years ago

eg, all the images are broken on: http://evilpixie.scumways.com

The images on that page are all of the form <img src="img/blah.png" />. The lack of a leading slash confuses Hotdog. It tries to load http://evilpixie.scumways.comimg/blah.png rather than http://evilpixie.scumways.com/img/blah.png.