diff options
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r-- | Bugzilla/Quantum/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) = @_; |