Skip to content

Commit

Permalink
Improve comment util supportsWebauthRoR (#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner authored Jan 14, 2025
1 parent 051ff73 commit b421f38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/src/utils/userAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export const checkRequiredBrowserVersion = (
/**
* Checks if the user agent string supports Webauthn with Related Origin Requests.
*
* Safari >18: https://developer.apple.com/documentation/safari-release-notes/safari-18-release-notes
* Safari >=18: https://developer.apple.com/documentation/safari-release-notes/safari-18-release-notes
* Firefox: Not supported yet
* Chrome >128: https://web.dev/articles/webauthn-related-origin-requests#browser_support
* Edge >128: https://passkeys.dev/device-support/#ror
* Chrome >=128: https://web.dev/articles/webauthn-related-origin-requests#browser_support
* Edge >=128: https://passkeys.dev/device-support/#ror
*
* @param userAgent
* @returns {boolean}
Expand Down

0 comments on commit b421f38

Please sign in to comment.