3 // this is part of the kses extension for Vanilla
4 // http://lussumo.com/addons/?AddOnID=121
6 // -------------------------------------------------------------
9 $Context->Dictionary
['kses'] = '(X)HTML';
10 $Context->Dictionary
['kses_help'] = 'Help';
11 $Context->Dictionary
['kses_help_window'] = '(X)HTML Help';
12 $Context->Dictionary
['kses_help_text'] = '<p>Allowed tags and attributes:</p>';
14 // -------------------------------------------------------------
15 // tags and attributes allowed
17 // avoid attributes like style or tags like script
18 // that's just asking for trouble
20 $kses_allowed_tags = array(
22 'blockquote' => array(
80 // -------------------------------------------------------------
81 // url protocols allowed
83 $kses_allowed_protocols = array(