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