1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-21 11:34:31 -05:00

adjust match types

This commit is contained in:
Kyle Spearrin 2018-03-01 23:40:28 -05:00
parent 48722e4b71
commit 0689e8617a

View File

@ -4,8 +4,9 @@
{
BaseDomain = 0,
FullHostname = 1,
FullUri = 2,
StartsWith = 3,
RegularExpression = 4
StartsWith = 2,
Exact = 3,
RegularExpression = 4,
Never = 5
}
}