##// END OF EJS Templates
default to allow_css = false
MinRK -
Show More
@@ -101,7 +101,7 b' IPython.security = (function (IPython) {'
101 // }
101 // }
102 var html4 = caja.html4;
102 var html4 = caja.html4;
103
103
104 if (allow_css === undefined) allow_css = true;
104 if (allow_css === undefined) allow_css = false;
105 if (allow_css) {
105 if (allow_css) {
106 // allow sanitization of style tags,
106 // allow sanitization of style tags,
107 // not just scrubbing
107 // not just scrubbing
General Comments 0
You need to be logged in to leave comments. Login now