diff options
author | lpsolit%gmail.com <> | 2006-10-15 03:26:50 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-15 03:26:50 +0000 |
commit | b1ef63e5bfc0d3995245b42154686db1400b2c22 (patch) | |
tree | 0db4955b3303c2e5565d6e97e8fac62c63147117 /t | |
parent | Bug 356393: No title is displayed when confirming a bug by popular votes - Pa... (diff) | |
download | bugzilla-b1ef63e5bfc0d3995245b42154686db1400b2c22.tar.gz bugzilla-b1ef63e5bfc0d3995245b42154686db1400b2c22.tar.bz2 bugzilla-b1ef63e5bfc0d3995245b42154686db1400b2c22.zip |
Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
Diffstat (limited to 't')
-rw-r--r-- | t/008filter.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t index 66f4b7c97..d4053461e 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -223,7 +223,7 @@ 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|url_quote|css_class_quote| - ics|quoteUrls|time|uri|xml|lower| + ics|quoteUrls|time|uri|xml|lower|html_light| obsolete|inactive|closed|unitconvert| txt|none)\b/x; |