Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 16806d9

Browse files
achingbrainAlan Shaw
authored and
Alan Shaw
committed
fix: revert evergreen webui (#2557)
Until we can resolve DNS names over HTTPS we can't trust that someone hasn't hijacked the request, so revert the use of an IPNS name to get the latest web ui CID. Refs: https://github.com/ipfs/js-ipfs/issues/2212
1 parent e0b91ba commit 16806d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/api/routes/webui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = [
3030
host = 'gateway.ipfs.io'
3131
}
3232

33-
return h.redirect(`${scheme}://${host}:${port}/ipns/webui.ipfs.io`)
33+
return h.redirect(`${scheme}://${host}:${port}/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m`)
3434
}
3535
}
3636
]

0 commit comments

Comments
 (0)