mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
turn off enc header until all clients are updated
This commit is contained in:
@@ -286,7 +286,8 @@ angular
|
||||
cipherString = cipherString + '|' + mac;
|
||||
}
|
||||
|
||||
return encType + '.' + cipherString;
|
||||
// TODO: Turn on whenever ready to support encryption type headers
|
||||
return /*encType + '.' +*/ cipherString;
|
||||
};
|
||||
|
||||
_service.rsaEncrypt = function (plainValue, publicKey) {
|
||||
|
||||
Reference in New Issue
Block a user