mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
feat(policies): add URI Match Defaults organizational policy (#6294)
* feat(policies): add URI Match Defaults organizational policy Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> * feat(policies): remove unecessary model and org feature Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> --------- Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
This commit is contained in:
parent
26e574e8d7
commit
e46365ac20
@ -18,6 +18,7 @@ public enum PolicyType : byte
|
||||
FreeFamiliesSponsorshipPolicy = 13,
|
||||
RemoveUnlockWithPin = 14,
|
||||
RestrictedItemTypesPolicy = 15,
|
||||
UriMatchDefaults = 16,
|
||||
}
|
||||
|
||||
public static class PolicyTypeExtensions
|
||||
@ -46,6 +47,7 @@ public static class PolicyTypeExtensions
|
||||
PolicyType.FreeFamiliesSponsorshipPolicy => "Remove Free Bitwarden Families sponsorship",
|
||||
PolicyType.RemoveUnlockWithPin => "Remove unlock with PIN",
|
||||
PolicyType.RestrictedItemTypesPolicy => "Restricted item types",
|
||||
PolicyType.UriMatchDefaults => "URI match defaults",
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user