-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I am not entirely sure if this is a bug or intented behaviour, but Behave! detects sites accessing resources from IPFS when using a local gateway (IPFS Desktop and IPFS Companion) and I think there should possibly be an option to whitelist it as it's the expected behaviour of IPFS Companion.
Example steps:
- Install IPFS Desktop from https://github.com/ipfs-shipyard/ipfs-desktop/releases/
- Install IPFS Companion (browser-extension) from https://addons.mozilla.org/firefox/addon/ipfs-companion/ or https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch
- Select IPFS Companion from browser toolbar and click on "Go To My Node" and Behave! will warn about access to 127.0.0.1:5001 (IPFS default API port).
- Alternatively visit a webiste such as mine, https://mikaela.info/, which fetches resources (in my case my avatar and favicon) from IPFS and Behave! warns about mikaela.info accessing
127.0.0.1:8080(default IPFS Gateway port).- when the user isn't using IPFS Companion and IPFS Desktop/daemon, the site currently makes requests to
ipfs.dweb.linkinstead. The purpose of IPFS Companion is to redirect the request to local gateway instead of a public one.
- when the user isn't using IPFS Companion and IPFS Desktop/daemon, the site currently makes requests to
Metadata
Metadata
Assignees
Labels
No labels