ipfs/ipfs-desktop

IPFS Scheme Handler Routes "ipfs://<hash>" to "http://127.0.0.1:8081/<hash>/" while it should route to "http://<hash>.ipfs.localhost:8081/"

Open

#2,728 建立於 2024年1月4日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (5,632 star) (912 fork)batch import
P3exp/beginnergood first issuekind/discussionneed/maintainers-input

描述

  • 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

  1. Have Scheme handler installed with IPFS desktop
  2. Go to Eg, ipfs://bafybeia3ly2pwdukzwufnof3utydapssmf3eco6sciylew3vd5rg55uxji on Firefox
  3. Accept the dialog
  4. Observe firefox opening page http://127.0.0.1:8081/bafybeia3ly2pwdukzwufnof3utydapssmf3eco6sciylew3vd5rg55uxji/ while it should go to http://bafybeia3ly2pwdukzwufnof3utydapssmf3eco6sciylew3vd5rg55uxji.ipfs.localhost:8081/ instead

貢獻者指南