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

Remove outdated notes about permissions policy on isUVPAA() and getCC() #2267

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

Conversation

MasterKale
Copy link
Contributor

@MasterKale MasterKale commented Feb 26, 2025

Closes #2251.

This PR removes outdated notes about the potential for permissions policy to cause the following methods to become unavailable and raise specific errors accordingly:

  • isUserVerifyingPlatformAuthenticator()
  • getClientCapabilities()

This PR can be considered editorial for L3 because 1) no browser currently imposes such restrictions on the use of isUVPAA(), and 2) getCC() is being introduced in L3 and has not had any such restrictions imposed on its use.


Preview | Diff

@MasterKale MasterKale self-assigned this Feb 26, 2025
Copy link
Member

@nsatragno nsatragno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@emlun emlun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR can be considered editorial for L3 because 1) no browser currently imposes such restrictions on the use of isUVPAA(), and 2) getCC() is being introduced in L3 and has not had any such restrictions imposed on its use.

Also because 3) these are styled as informative "notes" with no normative language (especially no RFC2119 key words).

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.

PublicKeyCredential.getClientCapabilities() - clarify required permission
3 participants