We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fa0f8 commit e33e428Copy full SHA for e33e428
lib/core/app_protection.sh
@@ -85,8 +85,9 @@ readonly DATA_PROTECTED_BUNDLES=(
85
"com.lastpass.*" # LastPass
86
"com.dashlane.*" # Dashlane
87
"com.bitwarden.*" # Bitwarden
88
- "com.keepassx.*" # KeePassXC
89
- "org.keepassx.*" # KeePassX
+ "com.keepassx.*" # KeePassXC (Legacy)
+ "org.keepassx.*" # KeePassX
90
+ "org.keepassxc.*" # KeePassXC
91
"com.authy.*" # Authy
92
"com.yubico.*" # YubiKey Manager
93
0 commit comments