-
Notifications
You must be signed in to change notification settings - Fork 325
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
[feature request] Transparent DNSLINK #519
Comments
What I mean is for example a user accesses Would it be possible to make it so the addon intercepts the request, does not redirect it but simply overrides the response with the one for the url the user would get redirected to? (Basically so |
Sadly no, not with current APIs. It is not possible to inject payload into live HTTP sessions. We can either redirect or cancel HTTP requests. What you are proposing is basically a duplicate of #164 where we track efforts to get (Feel free to reopen if I misunderstood the case tho) |
If this means URL bar stays unchanged, yet it loads from local gateway then I think this can be closed. |
You can set local gateway as proxy for URL? |
Key limitation is that browser extension can't act as a Proxy because it can't spoof payloads of HTTP responses (at this time). When it comes to HTTP it can only redirect to a different URL, so an external app needs to act as a proxy. Digression: I think the way dnslink will work in future in browser extension will be an honest redirect from |
It would be useful if there would be a "transparent DNSLINK" mode that would serve from the local node gateway without redirecting to localhost.
The text was updated successfully, but these errors were encountered: