mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00: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