titaniumnetwork-dev / Vanadium

A simple, functionality-focused Ultraviolet front-end.
https://vanadiumtn.glitch.me
The Unlicense
24 stars 282 forks source link

Search broken #5

Closed Nebelung-Dev closed 2 years ago

Nebelung-Dev commented 2 years ago

When you enter a url it returns an error. Try making it go to https://example.com/prefix/gateway?url=https://example.com

Null-n-V0id commented 2 years ago

visiting urls within the proxy does not appear to be broken on any of my test instances; can you ensure your copy of the repository is up to date with all npm packages installed?

Nebelung-Dev commented 2 years ago

here is my demo site: https://vanadium.nebelung.repl.co when I type in https://google.com it goes to https://vanadium.nebelung.repl.co/search/hvtrs8/-wuw,gmoelg.aoo/ i should go to https://vanadium.nebelung.repl.co/search/gateway?url=google.com

Null-n-V0id commented 2 years ago

The encoded URLs are there by design, to avoid web-filters flagging the URLs being visited by checking for keywords.

Your demo site appears to be working properly.

Nebelung-Dev commented 2 years ago

ok