-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord isn't working. #206
Comments
That's an issue a good amount of online web proxies have. |
The backend actually detects and corrects redirects that go the way your example did (because it can check the However, I think discord is probably using the |
@nfriedly I tried my example, and it didn‘t work when it.
|
I'm not sure, I feel like I kind of got in over my head with the v3 branch. Shadow DOM throws it off and I haven't figured out a good solution. The todo page on the wiki has some notes, although I haven't touched anything here in a little while, so I'm not sure if it's fully up-to-date or not. https://github.com/nfriedly/node-unblocker/wiki/Todo |
what the link of the proxy ur using @zisra just to check something here |
I think I know the cause of the issue ...
Relative URLs are not supported. For example, if I go to
myunblocker.link/proxy/example.com
, and that site redirects to a relative link, like this:document.location.href = "/relativeurl";
The proxy redirects to
myunblocker.link/test
instead ofmyunblocker.link/proxy/example.com/test
The text was updated successfully, but these errors were encountered: