mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
FullHostname => Host
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public enum UriMatchType : byte
|
||||
{
|
||||
Domain = 0,
|
||||
FullHostname = 1,
|
||||
Host = 1,
|
||||
StartsWith = 2,
|
||||
Exact = 3,
|
||||
RegularExpression = 4,
|
||||
|
||||
Reference in New Issue
Block a user