Closed lidel closed 1 year ago
/ipfs/?uri=
was implemented in https://github.com/ipfs/go-ipfs/pull/7802 and is already live at dweb.link
Remaining work here is to document the endpoint after go-ipfs 0.8.0 ships and switch Companion to it.
Noting here as well, Firefox no longer supports calling registerProtocolHandler
with ipfs
as the scheme. https://github.com/arewedistributedyet/arewedistributedyet/issues/23#issuecomment-824833125
Nudging is occuring in bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=1631446
Small update based on Chromium bug 64100: New Extension API: protocol_handlers and https://github.com/w3c/webextensions/issues/317:
This is now part of subdomain specs (which provides Origin per root CID):
ipfs://
URI support landed in Chromium:For the time being
registerProtocolHandler
is limited to redirect-based handler, but its still exciting.Idea: add Gateway endpoint that translates URI to IPFS content path: