Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Modify DNSLink behavior to quickly return for any *.skynet URLs #29

Open
kwypchlo opened this issue Aug 10, 2022 · 1 comment
Open

Modify DNSLink behavior to quickly return for any *.skynet URLs #29

kwypchlo opened this issue Aug 10, 2022 · 1 comment

Comments

@kwypchlo
Copy link
Contributor

Currently, the extension pages still show as loading in the browser while it waits for the return from DNSLink. We should quickly return and not wait to avoid 4seconds of waiting (probably a 200 with a message saying this is reserved or that your extension isn't configured correctly).

@pcfreak30
Copy link

I am sort of doing this already for lume, and I plan on lume relays to handle this role which is a dummy node server that returns a status code defined in the request header. This thus solves the status code limitations firefox has in its webRequest API.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants