ipfs / service-worker-gateway

[WIP EXPERIMENT] IPFS Gateway implemented in Service Worker
https://inbrowser.dev
Other
17 stars 8 forks source link

feat: make routers optional and enable local insecure gateways #303

Open 2color opened 1 week ago

2color commented 1 week ago

Added by this PR:

Fixes #299 #288

Notes & open questions

Change checklist

2color commented 1 week ago

I'm currently blocked by a bug I found, where verifiedFetch does not respect the allowInsecure and allowLocal config options passed to it.

I have a reproduction here: https://codepen.io/2color/pen/VwOXeMz. But I haven't been able to find out where the root of the problem is. Still digging into this.