mirror of
https://github.com/bitwarden/server
synced 2025-12-23 11:43:23 +00:00
adjust match types
This commit is contained in:
@@ -4,8 +4,9 @@
|
|||||||
{
|
{
|
||||||
BaseDomain = 0,
|
BaseDomain = 0,
|
||||||
FullHostname = 1,
|
FullHostname = 1,
|
||||||
FullUri = 2,
|
StartsWith = 2,
|
||||||
StartsWith = 3,
|
Exact = 3,
|
||||||
RegularExpression = 4
|
RegularExpression = 4,
|
||||||
|
Never = 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user