-
Notifications
You must be signed in to change notification settings - Fork 324
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
bug in pathing redirection #49
Comments
IIRC current implementation is:
This raises questions:
|
We should accept as many formats and show only one. This way if user makes mistake while inputting he gets redirected to a correct one and when he wants to share (copy&paste) he shares the correct one. Fixing |
Yeah, it should follow robustness principle and be liberal in what addon accepts for each protocol handler. Marking as a bug to be fixed in next release. |
Fix will be available in v1.4.2:
|
ipfs://ipfs/QmQKRDh2hB2nrP3LpwFMyj8zgi5pjDEQXcEzRLJYVZ45bk/erebor.jpg
goes to
http://127.0.0.1:8080/ipfs/ipfs/QmQKRDh2hB2nrP3LpwFMyj8zgi5pjDEQXcEzRLJYVZ45bk/erebor.jpg
it should go to
http://127.0.0.1:8080/ipfs/QmQKRDh2hB2nrP3LpwFMyj8zgi5pjDEQXcEzRLJYVZ45bk/erebor.jpg
The text was updated successfully, but these errors were encountered: