diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-07-28 19:49:14 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-07-28 19:51:50 +0200 |
commit | 742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3 (patch) | |
tree | e5b13a93186cdc515c56898fc365f139e01922d4 /Bugzilla/Install | |
parent | 66a6a5cba35dabe7b7d60c6a59b929e2a54548a2 (diff) | |
download | bugzilla-742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3.tar.gz bugzilla-742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3.tar.xz |
Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headers
r=dkl,a=dylan
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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'], |