Skip to content

Commit

Permalink
Keeper does allow items in the vault to be copied
Browse files Browse the repository at this point in the history
  • Loading branch information
jikamens committed Dec 9, 2019
1 parent 008be1e commit cbd1c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions password-manager-comparison.js
Expand Up @@ -71,8 +71,8 @@ var passwordManagerTable = function() {
["Nested folders in web app", [], ["no", "no", "yes", "yes", "yes", "poor", "yes"], null],
["Nested folders in browser", [], ["no", "no", "yes", "yes", "yes", "poor", "yes"], null],
["Nested folders in desktop app", [], ["yes", "no", "yes", "yes", "yes", "poor", "yes"], null],
["Can copy stored items on Linux", ["Linux"], ["no", "no", "no", "yes", "no", "yes", "yes"], null],
["Can copy stored items on Windows, macOS", ["OR", "Windows", "macOS"], ["yes", "no", "no", "yes", "no", "yes", "yes"], null],
["Can copy stored items on Linux", ["Linux"], ["no", "no", "no", "yes", "yes", "yes", "yes"], null],
["Can copy stored items on Windows, macOS", ["OR", "Windows", "macOS"], ["yes", "no", "no", "yes", "yes", "yes", "yes"], null],
["Can 'unshare' shared item", [], ["yes", "yes", "no", "yes", "yes", "yes", "yes"], null],
["Resists auto-filling invisible forms", [], ["yes", "yes", "yes", "no", "yes", "unknown", "unknown"], null],
["Browser plugin only fills selected form", [], ["no", "unknown", "no", "no", "unknown", "yes", "unknown"], null],
Expand Down

0 comments on commit cbd1c2c

Please sign in to comment.