fixed xss vulnerability

This commit is contained in:
alejandro.campos@artica.es 2021-06-11 08:54:00 +02:00
parent cb5905b000
commit 98f0bc9fac
1 changed files with 0 additions and 1 deletions

View File

@ -481,7 +481,6 @@ function alert_templates_changed_by_multiple_agents_with_alerts(
}
jQuery.each(data, function(i, val) {
var decoded_val = js_html_entity_decode(val);
console.log("161616");
decoded_val = decoded_val
.replace(/"/g, """)