-
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
Keep IPFS URIs? #48
Comments
Depends. Is your intent For the latter, there is a related PR in the works (#35, cc @the8472 ) that adds a setting to always use I am not sure if similar is possible for original |
I want it so that if i enter |
#35 aims to transform all requests to local gateway to look as I would like to ask if it would be possible to make it so site shows up as |
@jbenet Ok, then it sounds like #35 would address this need. I agree with the preference to use @Kubuxu My plan is to detect dnslink in DNS and automatically redirect to local gateway (#44). If we had both #44 and #35, then opening |
Sort of, i agree with making it clear, but links to https://ipfs.io/ipfs/... are fine to retrieve with ipfs -- i.e. redirected to the local gateway (and canonicalized to |
Yup, that is the plan for #35: if redirect to IPFS is enabled, redirect IPFS paths (eg. |
support for fs: URIs without redirecting to http: - disabled by default - implements #48
v1.5.5 is available for testing 🎉 Remember to enable "native" Opening Any feedback is welcome! |
👍 great stuff :) |
I just found this thread as I was trying to get a ipfs protocol handler implementation that would correctly handle origin policies (which as far as I can tell isn't possible without altering firefox codebase in non trivial ways). As of this implementation (I have not checked source) but by the behavior my guess is that protocol handler uses I think you could solve that to some degree by using |
I attempted to implement a prototype for fs:/ URIs with origins, but an XPCOM feature it would have relied on was broken by e10s. See #71 |
Closing this issue as Legacy SDK is deprecated by Mozilla (#20). For WebExtension status see #165: Support Custom Protocols in WebExtension or open a new one. |
Is it possible to keep the IPFS urls instead of redirecting to gateway? i.e. proxy the request in the extension to the local gateway so url bar remains the same.
The text was updated successfully, but these errors were encountered: