mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
support UriMatchDefaults policy (#6570)
This commit is contained in:
@@ -42,6 +42,10 @@ pub enum OrgPolicyType {
|
|||||||
// FreeFamiliesSponsorshipPolicy = 13,
|
// FreeFamiliesSponsorshipPolicy = 13,
|
||||||
RemoveUnlockWithPin = 14,
|
RemoveUnlockWithPin = 14,
|
||||||
RestrictedItemTypes = 15,
|
RestrictedItemTypes = 15,
|
||||||
|
UriMatchDefaults = 16,
|
||||||
|
// AutotypeDefaultSetting = 17, // Not supported yet
|
||||||
|
// AutoConfirm = 18, // Not supported (not implemented yet)
|
||||||
|
// BlockClaimedDomainAccountCreation = 19, // Not supported (Not AGPLv3 Licensed)
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/bitwarden/server/blob/9ebe16587175b1c0e9208f84397bb75d0d595510/src/Core/AdminConsole/Models/Data/Organizations/Policies/SendOptionsPolicyData.cs#L5
|
// https://github.com/bitwarden/server/blob/9ebe16587175b1c0e9208f84397bb75d0d595510/src/Core/AdminConsole/Models/Data/Organizations/Policies/SendOptionsPolicyData.cs#L5
|
||||||
|
|||||||
Reference in New Issue
Block a user