1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Go to file
Tomasz Zdybał 827674847f
Skip FirefoxAccounts during Firefox CSV Import (#323)
* Skip FirefoxAccounts during Firefox CSV Import

Firefox exports 'chrome://FirefoxAccounts' if Firefox Accouts are used
in browser. It's quite hacky - password field in CSV is actually a JSON
encoded data, not a password.
Because it's not a useful record, it should be skipped during import.

* Fix indentation

* Move test Firefox test data to files, fix linter errors
2021-04-12 12:08:56 -05:00
.github/workflows CI for ubuntu as well 2020-07-24 09:49:59 -04:00
.vscode vs code debugging node 2018-04-20 10:59:35 -04:00
spec Skip FirefoxAccounts during Firefox CSV Import (#323) 2021-04-12 12:08:56 -05:00
src Skip FirefoxAccounts during Firefox CSV Import (#323) 2021-04-12 12:08:56 -05:00
.editorconfig update settings 2018-04-10 22:05:36 -04:00
.gitignore setup karma testing 2018-04-17 16:15:19 -04:00
CONTRIBUTING.md expand contributing guide (#200) 2020-11-12 09:37:46 -05:00
LICENSE.txt license and contrib 2018-01-26 16:07:38 -05:00
package-lock.json npm audit fix 2021-04-09 12:01:29 -04:00
package.json fix: package.json & package-lock.json to reduce vulnerabilities (#334) 2021-04-09 11:58:32 -04:00
README.md Replaced appveyor build badge with one from Github Workflow (#319) 2021-04-05 15:25:45 -04:00
SECURITY.md Uppercase Bitwarden 2018-02-27 14:19:31 -05:00
tsconfig.json Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00
tslint.json Match tslint rules (#264) 2021-02-08 14:11:44 -06:00

Github Workflow build on master

Bitwarden JavaScript Library

Common code referenced across Bitwarden JavaScript projects.

Requirements

  • Git
  • node-gyp

Windows

  • Microsoft Build Tools 2015 in Visual Studio Installer
  • Windows 10 SDK 17134 either by downloading it seperately or through the Visual Studio Installer.