mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +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;
|
||||
}
|
||||
|
||||
// Special handling for Brave, Chrome, and Edge CSV imports on Windows Desktop
|
||||
if (type === "bravecsv" || type === "chromecsv" || type === "edgecsv") {
|
||||
// Special handling for Brave and Chrome CSV imports on Windows Desktop
|
||||
if (type === "bravecsv" || type === "chromecsv") {
|
||||
try {
|
||||
const device = this.system.environment.getDevice();
|
||||
const isWindowsDesktop = device === DeviceType.WindowsDesktop;
|
||||
|
||||
Reference in New Issue
Block a user