Skip to content

Commit

Permalink
fix: to → for
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Apr 15, 2020
1 parent 9a0b31e commit 9f46930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ navigator.registerProtocolHandler('web+ipfs',
Above example:

- Works only when executed on matching Origin
- User needs to be on `example.com` to registration to work
- User needs to be on `example.com` for registration to work
- Displays user prompt, asking for confirmation if a handler should be registered
- Requires unknown protocols names to be prefixed with `web+` ([registerProtocolHandler#Permitted_schemes](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler#Permitted_schemes))
- Firefox whitelisted `ipfs://` and `ipns://` ([bug 1428446](https://bugzilla.mozilla.org/show_bug.cgi?id=1428446))
Expand Down

0 comments on commit 9f46930

Please sign in to comment.