mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
No edge on appveyor
This commit is contained in:
@@ -73,6 +73,10 @@ module.exports = (config) => {
|
||||
removeBrowser('Opera');
|
||||
removeBrowser('SafariTechPreview');
|
||||
|
||||
if (process.env.APPVEYOR === 'True') {
|
||||
removeBrowser('Edge');
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user