brave / muon

[DEPRECATED] Build browsers and browser like applications with HTML, CSS, and JavaScript
https://discord.gg/TcT5tX2
MIT License
970 stars 114 forks source link

Send requests for .onion domains through Tor even in non-private browsing #517

Open riastradh-brave opened 6 years ago

riastradh-brave commented 6 years ago

When a user types a .onion domain into the URL bar, the request should be sent through Tor even if not in a private browsing tab, so that onion services just work out of the box.

If/when we add I2P support too, the same mechanism can presumably be used for .i2p domains.

diracdeltas commented 6 years ago

as a first pass, browser-laptop can block the request (before it hits DNS) and show a warning to open the URL in a private tab so it can be resolved

catilac commented 6 years ago

@diracdeltas is there an issue in browser-laptop for this yet?