##// END OF EJS Templates
check trust of data-attributes in sanitization
MinRK -
Show More
@@ -1,6 +1,7
1 safe_tests = [
1 safe_tests = [
2 "<p>Hi there</p>",
2 "<p>Hi there</p>",
3 '<h1 class="foo">Hi There!</h1>',
3 '<h1 class="foo">Hi There!</h1>',
4 '<a data-cite="foo">citation</a>',
4 '<div><span>Hi There</span></div>'
5 '<div><span>Hi There</span></div>'
5 ];
6 ];
6
7
General Comments 0
You need to be logged in to leave comments. Login now