storacha / w3link

🪐 The IPFS gateway for web3.storage is not "another gateway", but a caching layer that sits on top of existing IPFS public gateways.
Other
24 stars 9 forks source link

fix: CSP directives #30

Closed Gozala closed 1 year ago

Gozala commented 1 year ago

As per https://github.com/web3-storage/w3link/issues/27#issuecomment-1341743352 it looks like new headers did not worked.

I did some digging and I believe * in paths are taken literary not as a pattern to match. Unless I'm mistaken these change should fix the problem

vasco-santos commented 1 year ago

Thanks @Gozala ❤️