face-hh / webx

An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.
Apache License 2.0
1.84k stars 155 forks source link

FIX: IP usage after DNS lookup(issue#187), ADD: mouse page navigation, ADD: page source viewer #188

Open Nocturnalx opened 3 months ago

Nocturnalx commented 3 months ago

Fixes IP not recognised as url in the browser when fetching site contents via http and when affixing /index.html to url.

Nocturnalx commented 3 months ago

I did title e22cac9 as a hot fix but there isn't really much else to do for it as its a fairly simple bug, updating the DNS server to append the "http://" before hand could make the commit redundant, although I dont think that would be an approprate fix as the DNS should really just provide the standalone IP and there may be requirements to support both http and https in the future, and possibly other ports.