ipfs / js-ipfs

IPFS implementation in JavaScript
https://js.ipfs.tech
Other
7.44k stars 1.25k forks source link

fix: use default ws filters instead of connecting to everything #4142

Closed achingbrain closed 2 years ago

achingbrain commented 2 years ago

Fixes configuration regression, use the default websocket transport filters, e.g. only connect to wss and/or DNS addresses in the browser and anything goes in node.

Fixes: #4141