1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 19:53:40 +00: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
}
}