-
Notifications
You must be signed in to change notification settings - Fork 68
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
Secure URL from Web Page #140
Labels
Comments
If peer-to-peer URL transmission by WebNFC is to be restricted to match the domain of the sending site, I'd also allow transmission to subdomains, and allow relative URLs to be used in WebNFC |
As a picture: With more detail: https://github.com/cyberphone/qr-replacement |
This is outside our scope for now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a variant of what I have previously proposed: #128
This idea is though much simpler because it is only about retrieving a secured URL from a Web page.
Scenario: A Web page wants to present a URL through NFC. Only if the Web page and the URL to be presented belong to the same domain, NFC will actually emit the URL.
My belief is that this can support entirely "phish-free" OOB authentication schemes, but I have yet to perform a full-blown analysis.
The text was updated successfully, but these errors were encountered: