From d435e0a5b0e07c145f929457313d8d7738f42b14 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 21 Feb 2018 13:59:53 -0500 Subject: Bug 1439797 - Enable reporting-only CSP by default --- report.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'report.cgi') 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"); -- cgit v1.2.3-24-g4f1b