1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 02:53:38 +00:00

feat(DuckDuckGo): Added DuckDuckGo browser device type

This commit is contained in:
Todd Martin
2025-07-01 17:31:22 -04:00
committed by GitHub
parent f6cd661e8e
commit 8d547dcc28
2 changed files with 4 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ public static class DeviceTypes
DeviceType.IEBrowser,
DeviceType.SafariBrowser,
DeviceType.VivaldiBrowser,
DeviceType.DuckDuckGoBrowser,
DeviceType.UnknownBrowser
];