-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPFS badge should open native protocol scheme when local node is used #21306
Comments
Good catch @lidel . Did you manually find this? I realize this is a question for Brave, but is there a way to have an automated test for this or manual test in a Brave release checklist? |
QA does manual verification before release (e.g. #21462) afaik there is no way to automate addressbar checks like this one, right @stephendonner? |
Not at present; especially since it involves going to @spylogsster would this be able to be succinctly covered by browsertests? |
An additional case, from #21462 Steps:
Actual: Expected: |
@lidel this seems to be fixed (mostly) for the original steps with 21306.mov |
Ok to close. |
Problem
When IPFS resolution is set to "Brave local node", opening https://en.wikipedia-on-ipfs.org/wiki/Wikipedia/ show "IPFS" badge in address bar:
but clicking on it does not open
ipns://en.wikipedia-on-ipfs.org/wiki/Wikipedia/
it opens
http://ipns://en.wikipedia-on-ipfs.org.ipns.localhost:48080/wiki/Wikipedia/
Expected bahavior
Brave should open native
ipfs://
oripns://
In this specific case, it should open
ipns://en.wikipedia-on-ipfs.org/wiki/Wikipedia/
Other notes
Sounds like we tested "gateway" scenario, but did not check "local node" one when testing fix for #20567
The text was updated successfully, but these errors were encountered: