ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
811 stars 81 forks source link

fix: respect trustless gateway options for sessions #566

Open 2color opened 1 week ago

2color commented 1 week ago

Description

Fixes an insidious bug, whereby the allowInsecure and allowLocal options of the trustless gateway broker were not respected for sessions.

This PR ensures that they are correctly passed down to the TrustlessGatewaySession class.

Notes & open questions

Change checklist