mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
PM-27883-Defect-Windows-Edge-browser-importer-is-not-enabled (#17260)
* remove edge from unsupported browser list * Clarify comment for CSV import handling Updated comment to clarify supported browsers for CSV imports.
This commit is contained in:
@@ -69,8 +69,8 @@ export class DefaultImportMetadataService implements ImportMetadataServiceAbstra
|
|||||||
return loaders;
|
return loaders;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Special handling for Brave, Chrome, and Edge CSV imports on Windows Desktop
|
// Special handling for Brave and Chrome CSV imports on Windows Desktop
|
||||||
if (type === "bravecsv" || type === "chromecsv" || type === "edgecsv") {
|
if (type === "bravecsv" || type === "chromecsv") {
|
||||||
try {
|
try {
|
||||||
const device = this.system.environment.getDevice();
|
const device = this.system.environment.getDevice();
|
||||||
const isWindowsDesktop = device === DeviceType.WindowsDesktop;
|
const isWindowsDesktop = device === DeviceType.WindowsDesktop;
|
||||||
|
|||||||
Reference in New Issue
Block a user