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/004template.t | 3 --- 1 file changed, 3 deletions(-) (limited to 't/004template.t') diff --git a/t/004template.t b/t/004template.t index b0ca5a629..6e366c044 100644 --- a/t/004template.t +++ b/t/004template.t @@ -74,9 +74,6 @@ foreach my $include_path (@include_paths) { no_break => sub { return $_; } , js => sub { return $_ } , base64 => sub { return $_ } , - inactive => [ sub { return sub { return $_; } }, 1] , - closed => [ sub { return sub { return $_; } }, 1] , - obsolete => [ sub { return sub { return $_; } }, 1] , url_quote => sub { return $_ } , css_class_quote => sub { return $_ } , xml => sub { return $_ } , -- cgit v1.2.3-24-g4f1b