mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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