mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 15:40:59 -05:00
feat(DuckDuckGo): Added DuckDuckGo browser device type
This commit is contained in:
@ -55,5 +55,7 @@ public enum DeviceType : byte
|
||||
[Display(Name = "MacOs CLI")]
|
||||
MacOsCLI = 24,
|
||||
[Display(Name = "Linux CLI")]
|
||||
LinuxCLI = 25
|
||||
LinuxCLI = 25,
|
||||
[Display(Name = "DuckDuckGo")]
|
||||
DuckDuckGoBrowser = 26,
|
||||
}
|
||||
|
@ -45,6 +45,7 @@ public static class DeviceTypes
|
||||
DeviceType.IEBrowser,
|
||||
DeviceType.SafariBrowser,
|
||||
DeviceType.VivaldiBrowser,
|
||||
DeviceType.DuckDuckGoBrowser,
|
||||
DeviceType.UnknownBrowser
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user