This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
Multi-facet App ID not compatible with the standard #27
Comments
Thanks a lot for responding to my SO post. |
You're both correct. Sorry for the error. We're working to correct it ASAP. |
arnar
added a commit
that referenced
this issue
Mar 16, 2015
- Actually follow spec on AppID parsing. Fixes #27 - Remove infobars in favor of notifications - Enforce tab-in-foreground policy to tie user action to origin - Store eTLD list in JavaScript to avoid an internal xhr - Comment and code-style cleanup for updated Closure - Refactoring and minor fixes
Merged
Thanks @arnar! Will this be merged into Chromium or should I report a separate bug there? |
I just merged this into Chromium: It should be available in tonight's nightlies, and starting in Chrome 43. On Tue, Mar 17, 2015 at 2:02 AM, Henrik Stråth notifications@github.com
|
drewbug
pushed a commit
to DangerousThings/u2f-chrome-extension
that referenced
this issue
Nov 19, 2015
- Actually follow spec on AppID parsing. Fixes google#27 - Remove infobars in favor of notifications - Enforce tab-in-foreground policy to tie user action to origin - Store eTLD list in JavaScript to avoid an internal xhr - Comment and code-style cleanup for updated Closure - Refactoring and minor fixes
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Chrome 41 does not seem to support the TrustedFacets structure that is declared by the specification.
Instead it supports the old, never standardized, way of listing facets which looks like this:
This causes confusion for implementors of U2F.
The text was updated successfully, but these errors were encountered: