From 742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Thu, 28 Jul 2016 13:49:14 -0400 Subject: Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headers r=dkl,a=dylan --- Bugzilla/Install/Requirements.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index abeab56fe..e04883ee2 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -86,6 +86,7 @@ use constant FEATURE_FILES => ( 'Bugzilla/WebService.pm', 'Bugzilla/WebService/*.pm'], rest => ['Bugzilla/API/Server.pm', 'rest.cgi', 'Bugzilla/API/*/*.pm', 'Bugzilla/API/*/Server.pm', 'Bugzilla/API/*/Resource/*.pm'], + csp => ['Bugzilla/CGI/ContentSecurityPolicy.pm'], psgi => ['app.psgi'], moving => ['importxml.pl'], auth_ldap => ['Bugzilla/Auth/Verify/LDAP.pm'], -- cgit v1.2.3-24-g4f1b