turn off enc header until all clients are updated
This commit is contained in:
parent
57116c4f54
commit
7c91066618
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue