diff options
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/report.cgi b/report.cgi index b9f398cae..7ec2bb04f 100755 --- a/report.cgi +++ b/report.cgi @@ -25,6 +25,8 @@ my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; my $vars = {}; +$cgi->content_security_policy(report_only => 0); + # Go straight back to query.cgi if we are adding a boolean chart. if (grep(/^cmd-/, $cgi->param())) { my $params = $cgi->canonicalise_query("format", "ctype"); |