aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-03-05 13:48:10 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-03-05 13:48:10 -0800
commit1b9810c774f225e73b5c02f5580a5ab7361b103b (patch)
treef65ae7142cf2fa27c04cec449a45f25130bf9162 /attachment.cgi
parentBugzilla/Search: force validation of timestamp/date. (diff)
parentBumped version to 5.0.4 (diff)
downloadbugzilla-1b9810c774f225e73b5c02f5580a5ab7361b103b.tar.gz
bugzilla-1b9810c774f225e73b5c02f5580a5ab7361b103b.tar.bz2
bugzilla-1b9810c774f225e73b5c02f5580a5ab7361b103b.zip
Merge tag 'release-5.0.4' into bugstest
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/attachment.cgi b/attachment.cgi
index 9566be868..2f04e9594 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -35,6 +35,7 @@ use Encode::MIME::Header; # Required to alter Encode::Encoding{'MIME-Q'}.
local our $cgi = Bugzilla->cgi;
local our $template = Bugzilla->template;
local our $vars = {};
+local $Bugzilla::CGI::ALLOW_UNSAFE_RESPONSE = 1;
# All calls to this script should contain an "action" variable whose
# value determines what the user wants to do. The code below checks