mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 02:01:27 +00:00
fixed "encrypt anyway" button
This commit is contained in:
@@ -166,7 +166,7 @@ public class Vault implements CryptoFileSystemDelegate {
|
||||
|
||||
@Override
|
||||
public boolean shouldSkipAuthentication(String cleartextPath) {
|
||||
return namesOfResourcesWithInvalidMac.contains(cleartextPath);
|
||||
return whitelistedResourcesWithInvalidMac.contains(cleartextPath);
|
||||
}
|
||||
|
||||
// ******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user