1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

[PM-5731] feat: add sameOriginWithAncestor and user id length checks

This commit is contained in:
Andreas Coroiu
2024-02-07 11:39:13 +01:00
parent 3223ceb9a8
commit ad8faec200
4 changed files with 128 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ namespace Bit.Core.Utilities.Fido2
/// </summary>
public required string Origin { get; set; }
// TODO: Check if we actually need this
/// <summary>
/// A value which is true if and only if the callers environment settings object is same-origin with its ancestors.
/// It is false if caller is cross-origin.