Skip to content

Commit 513bc3c

Browse files
authored
chore: webui v4.2.1 (#10391)
patch release that removes unnecessary requests to countly.ipfs.io which is no longer online https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.1
1 parent 413de0f commit 513bc3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/corehttp/webui.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package corehttp
22

3-
// TODO: move to IPNS
4-
const WebUIPath = "/ipfs/bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba" // v4.2.0
3+
// WebUI version confirmed to work with this Kubo version
4+
const WebUIPath = "/ipfs/bafybeigggyffcf6yfhx5irtwzx3cgnk6n3dwylkvcpckzhqqrigsxowjwe" // v4.2.1
55

66
// WebUIPaths is a list of all past webUI paths.
77
var WebUIPaths = []string{
88
WebUIPath,
9+
"/ipfs/bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba",
910
"/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim",
1011
"/ipfs/bafybeieqdeoqkf7xf4aozd524qncgiloh33qgr25lyzrkusbcre4c3fxay",
1112
"/ipfs/bafybeicyp7ssbnj3hdzehcibmapmpuc3atrsc4ch3q6acldfh4ojjdbcxe",

0 commit comments

Comments
 (0)