@ -1,4 +1,5 @@
function csp_custom_aicb(name) {
let customparse = {
csp_custom_aicb: function (name) {
let list = [];
eval(getCryptoJS());
let token = CryptoJS.SHA1(name + "URBBRGROUN").toString();
@ -21,3 +22,5 @@ function csp_custom_aicb(name) {
});
return list;
}