Opt-in for loading latest webui from webui.ipfs.io.ipns.localhost #860
Labels
area/webui
Issues related to interactions with Web UI
effort/days
Estimated to take multiple days, but less than a week
exp/novice
Someone with a little familiarity can pick up
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
P3
Low: Not priority right now
status/deferred
Conscious decision to pause or backlog
topic/design-ux
UX strategy, research, not solely visual design
With subdomain gateway on localhost (#853), users who want to use the latest Web UI can add
http://webui.ipfs.io.ipns.localhost:8080
toAPI.HTTPHeaders.Access-Control-Allow-Origin
whitelist in go-ipfs config.Idea: add an opt-in on Preferences screen (could be an experiment)
The toggle would:
append/remove mentioned origin to CORS whitelist in go-ipfs config (if its applied immediately) OR removeOrigin
header from requests coming fromwebui.ipfs.io.ipns.localhost:8080
(will disable Origin check at go-ipfs)webuiRootUrl
to openwebui.ipfs.io.ipns.localhost:8080
instead of127.0.0.1:5001
(this includesOpen WebUI
in browser action menu, but also Files screen after successful file import)The text was updated successfully, but these errors were encountered: