Marcin Rataj
Marcin Rataj
`.html` looks like a bug or behavior specific to Service Workers in Chromium. Trying to save https://bafkreieze572daxva52asutm4u2bgtjtifur2a4d2aiur7lymjcwhoeqyy.ipfs.inbrowser.dev/ in Firefox produces a proper `.json` Things to try to fix Chromium: -...
Tested in Chromium and [removal of `x-content-type-options: nosniff`](https://github.com/ipshipyard/waterworks-infra/pull/516) does not seem to make any difference. JSON has special-handling UI in Chromium and also on our end, no not a surprise...
Quick update: our friends at Igalia will look into https://issues.chromium.org/issues/400455011 (and https://issues.chromium.org/issues/40410035) once the ongoing work on https://issues.chromium.org/issues/40069954 is done.
https://github.com/ipfs/service-worker-gateway/issues/574#issuecomment-2795016251 will not be fixed any time soon (being realistic about devgrants, funding, and how long it takes for fix to land in Chrome stable: it for sure wont be...
@SgtPooki until we implement this, for now return an explicit 501 Not Implemented error until https://specs.ipfs.tech/http-gateways/trustless-gateway/ is implemented, to avoid user confusion when unsupported `?format=car|raw` and `Accept: application/vnd.ipld.*` is passed...
I suspect this has always been a problem – router restarts are very rare, so perhaps nobody noticed+reported this before?
Ok, was able to reproduce this every time in Kubo – see https://github.com/ipfs/kubo/issues/9759#issuecomment-2866753838 and also with pure go-libp2p (see below) > [!IMPORTANT] > Losing forwarded port and not being able...
It is live at https://specs.ipfs.tech/routing/kad-dht/ :tada:
The security concern remains, but we have more options now. We could allow export over HTTP RPC API if (and only if) an [API.Authorizations](https://github.com/ipfs/kubo/blob/master/docs/config.md#apiauthorizations) protection exists and applies to both...
> What is the exact meaning of files, pins, blocks, local repo ? @acul71 the issue https://github.com/ipfs/ipfs-webui/issues/1248 you linked is from 2019 and is how old UI looked like. It...