Skip to content
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

Add bitcoin protocol handler for PWA #896

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alpeb-btc
Copy link
Contributor

Closes #547

In my testing I could only make the bitcoin handler work. This is likely due to the "safelisted schemes".
The send?invoice=%s url was already being handled by the parsePaste function but the invoice data wasn't getting picked up, so I had to add the handleDestination call in there.

Closes MutinyWallet#547

In my testing I could only make the `bitcoin` handler work. This is likely due to the ["safelisted schemes"](https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme).
The `send?invoice=%s` url was already being handled by the `parsePaste` function but the invoice data wasn't getting picked up, so I had to add the `handleDestination` call in there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add protocol handlers for PWA
1 participant