summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/plugins/filter_htmlpurifier.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/plugins/filter_htmlpurifier.php b/admin/plugins/filter_htmlpurifier.php
index b69741d..d916692 100644
--- a/admin/plugins/filter_htmlpurifier.php
+++ b/admin/plugins/filter_htmlpurifier.php
@@ -52,6 +52,11 @@ $htmlPurifier = array(
'note' => 'Allow YouTube videos to be passed through.',
'default' => 'n'
),
+ 'htmlpure_allow_cnbc' => array(
+ 'label' => 'Allow CNBC',
+ 'note' => 'Allow CNBC videos to be passed through.',
+ 'default' => 'n'
+ ),
'htmlpure_force_nofollow' => array(
'label' => 'Force No Follow',
'note' => 'Force all anchor tags to have rel=nofollow in them. Many search engines respect this in order to give sites a way to try to avoid link spammers.',