diff --git a/qa-include/qa-base.php b/qa-include/qa-base.php index 01ba4040f..e72c69086 100644 --- a/qa-include/qa-base.php +++ b/qa-include/qa-base.php @@ -1029,6 +1029,7 @@ function qa_sanitize_html($html, $linksnewwindow = false, $storage = false) 'keep_bad' => 0, 'anti_link_spam' => array('/.*/', ''), 'hook_tag' => 'qa_sanitize_html_hook_tag', + 'deny_attribute' => 'itemprop, itemscope, itemtype, itemid, itemref', )); return $safe;