You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gateway URL's should be transformed to <root_cid>.ipfs.gatewaydomain instead of using /ipfs/ or /ipns otherwise all IPFS resources share the same security context!
I believe this is resolved with this commit: 18b9b1e
Heads up though, this did introduce a bug where full path filenames aren't working (i.e. ipfs/CID/myfile.png). There's a bug open and we'll hopefully have a fix for that soon. #11
Gateway URL's should be transformed to
<root_cid>.ipfs.gatewaydomain
instead of using/ipfs/
or/ipns
otherwise all IPFS resources share the same security context!This is a big security concern!
Background: https://consensys.net/diligence/blog/2021/06/ipfs-gateway-security/
The text was updated successfully, but these errors were encountered: