mirror of
https://github.com/bitwarden/jslib
synced 2025-12-22 11:13:17 +00:00
support for uri matching types to cipher service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export enum UriMatchType {
|
||||
BaseDomain = 0,
|
||||
FullHostname = 1,
|
||||
Host = 1,
|
||||
StartsWith = 2,
|
||||
Exact = 3,
|
||||
RegularExpression = 4,
|
||||
|
||||
Reference in New Issue
Block a user