mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Remove old IE Edge hacks
This commit is contained in:
@@ -32,7 +32,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
} else if ((!!(window as any).opr && !!opr.addons) || !!(window as any).opera ||
|
||||
navigator.userAgent.indexOf(' OPR/') >= 0) {
|
||||
this.deviceCache = DeviceType.OperaExtension;
|
||||
} else if (navigator.userAgent.indexOf(' Edge/') !== -1) {
|
||||
} else if (navigator.userAgent.indexOf(' Edg/') !== -1) {
|
||||
this.deviceCache = DeviceType.EdgeExtension;
|
||||
} else if (navigator.userAgent.indexOf(' Vivaldi/') !== -1) {
|
||||
this.deviceCache = DeviceType.VivaldiExtension;
|
||||
|
||||
Reference in New Issue
Block a user