From 9c28768609f45cd40679e81d372f3d29dddcb9bf 2014-03-04 00:10:18 From: MinRK Date: 2014-03-04 00:10:18 Subject: [PATCH] check trust of data-attributes in sanitization --- diff --git a/IPython/html/tests/base/security.js b/IPython/html/tests/base/security.js index 5aa0b55..cdcf74b 100644 --- a/IPython/html/tests/base/security.js +++ b/IPython/html/tests/base/security.js @@ -1,6 +1,7 @@ safe_tests = [ "

Hi there

", '

Hi There!

', + 'citation', '
Hi There
' ];