From 4d1c399ff6391b70e15a2c06d5bec10e2aaa3d3c Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Thu, 11 Dec 2014 18:00:18 +0000 Subject: Bug 1102842 - remove and/or unwhitelist unsafe filters. r=gerv, a=simon. --- t/008filter.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index fea018d43..1f5219f71 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -210,9 +210,9 @@ sub directive_ok { # Note: If a single directive prints two things, and only one is # filtered, we may not catch that case. return 1 if $directive =~ /FILTER\ (html|csv|js|base64|css_class_quote|ics| - quoteUrls|time|uri|xml|lower|html_light| - obsolete|inactive|closed|unitconvert| - txt|html_linebreak|markdown|none|null)\b/x; + quoteUrls|time|uri|xml|html_light| + unitconvert|txt|html_linebreak|markdown| + none|null)\b/x; return 0; } -- cgit v1.2.3-24-g4f1b