##// END OF EJS Templates
log excluded untrusted output
MinRK -
Show More
@@ -497,6 +497,7 b' var IPython = (function (IPython) {'
497 value = IPython.security.sanitize_html(value);
497 value = IPython.security.sanitize_html(value);
498 } else {
498 } else {
499 // don't display if we don't know how to sanitize it
499 // don't display if we don't know how to sanitize it
500 console.log("Ignoring untrusted " + type + " output.");
500 continue;
501 continue;
501 }
502 }
502 }
503 }
General Comments 0
You need to be logged in to leave comments. Login now