From 5431f2fa940ebfc90503162f578bb6d118a233a1 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 19 May 2018 00:40:27 -0400 Subject: some fixes --- Bugzilla/Quantum/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Quantum/CGI.pm') diff --git a/Bugzilla/Quantum/CGI.pm b/Bugzilla/Quantum/CGI.pm index e5db4123f..dd893a0f0 100644 --- a/Bugzilla/Quantum/CGI.pm +++ b/Bugzilla/Quantum/CGI.pm @@ -19,7 +19,7 @@ has 'csp_object' => ( writer => 'set_csp_object', ); -with 'Bugzilla::CGI::ContentSecurityPolicyAttr'; +with 'Bugzilla::CGI::Role'; sub script_name { my ($self) = @_; -- cgit v1.2.3-24-g4f1b