ipfs/ipfs-desktop
Vedi su GitHubIPFS Scheme Handler Routes "ipfs://<hash>" to "http://127.0.0.1:8081/<hash>/" while it should route to "http://<hash>.ipfs.localhost:8081/"
Open
#2728 aperta il 4 gen 2024
P3exp/beginnergood first issuekind/discussionneed/maintainers-input
Metriche repository
- Star
- (5632 star)
- Metriche merge PR
- (Merge medio 14g 4h) (4 PR mergiate in 30 g)
Descrizione
- OS: Windows
- Version of IPFS Desktop 0.32.0
Describe the bug IPFS Scheme Handler Routes "ipfs://" to "http://127.0.0.1:8081//" while it should route to "http://.ipfs.localhost:8081/"
To Reproduce
- Have Scheme handler installed with IPFS desktop
- Go to Eg, ipfs://bafybeia3ly2pwdukzwufnof3utydapssmf3eco6sciylew3vd5rg55uxji on Firefox
- Accept the dialog
- Observe firefox opening page http://127.0.0.1:8081/bafybeia3ly2pwdukzwufnof3utydapssmf3eco6sciylew3vd5rg55uxji/ while it should go to http://bafybeia3ly2pwdukzwufnof3utydapssmf3eco6sciylew3vd5rg55uxji.ipfs.localhost:8081/ instead