L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden https://vaultwarden.devol.it
Go to file
Thomas Rittson 3d4ecaeb6a
"Auto-fill on page load" options (#199)
* add autofill on page load props to models and view

For new per-login autofill on page load settings

* filter and cache ciphers per autofill setting

Used by the new autofill on page load feature to identify
matching ciphers and filter according to their autofill setting

* fix null check on array

* fix linting and style errors

* change cacheKey to avoid collision with real url

* Fix linting, set default value for aopl-options

* Fix linting

* update UI

* Remove autofillOnPageLoad from export

* Change enum to boolean

* Add storage key for autofillOnPageLoad default

* fix style
2021-05-18 10:08:28 +10:00
.github/workflows Pin versions of actions in workflow (#381) 2021-05-17 12:46:54 -04:00
.vscode vs code debugging node 2018-04-20 10:59:35 -04:00
spec Increase error checking on imported Login items (#369) 2021-05-13 10:58:59 +10:00
src "Auto-fill on page load" options (#199) 2021-05-18 10:08:28 +10: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
README.md Add node including version to requirements in README.md (#377) 2021-05-13 17:30:39 -04:00
SECURITY.md Uppercase Bitwarden 2018-02-27 14:19:31 -05:00
package-lock.json Bump node to 14 (#358) 2021-05-12 18:55:00 +02:00
package.json Bump node to 14 (#358) 2021-05-12 18:55:00 +02: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

README.md

Github Workflow build on master

Bitwarden JavaScript Library

Common code referenced across Bitwarden JavaScript projects.

Requirements

  • Node.js v14.17 or greater
  • 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.