FIX: Add kbd support to the sanitizer

This commit is contained in:
Robin Ward
2016-07-05 10:57:41 -04:00
parent bba0fd0654
commit a291944835
2 changed files with 3 additions and 0 deletions

View File

@@ -149,4 +149,5 @@ whiteListFeature('default', [
'iframe[frameborder]',
'iframe[marginheight]',
'iframe[marginwidth]',
'kbd'
]);