diff options
Diffstat (limited to 'chart.cgi')
-rwxr-xr-x | chart.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ local our $cgi = Bugzilla->cgi; local our $template = Bugzilla->template; local our $vars = {}; my $dbh = Bugzilla->dbh; +$cgi->content_security_policy(report_only => 0); my $user = Bugzilla->login(LOGIN_REQUIRED); |