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