summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-05-27 17:12:30 +0000
committerwjames5 <will@tekimaki.com>2009-05-27 17:12:30 +0000
commit7c7635f0578ae302f9df20758c908bd689401711 (patch)
tree7f4de17c0ce8b0ef44bfbbf9a2ea78e614c16efb /admin
parent7e5868760ca9bb92a4a1950707f858eca0fb2dca (diff)
downloadliberty-7c7635f0578ae302f9df20758c908bd689401711.tar.gz
liberty-7c7635f0578ae302f9df20758c908bd689401711.tar.bz2
liberty-7c7635f0578ae302f9df20758c908bd689401711.zip
add cnbc plugin for htmlpure
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.',