log excluded untrusted output

MinRK 12 years ago
parent 156207ab41
commit 6792d38215

@ -497,6 +497,7 @@ var IPython = (function (IPython) {
value = IPython.security.sanitize_html(value);
} else {
// don't display if we don't know how to sanitize it
console.log("Ignoring untrusted " + type + " output.");
continue;
}
}

Loading…
Cancel
Save