From: Dylan William Hardison Date: Fri, 11 Jan 2019 20:02:24 +0000 (-0500) Subject: no bug - remove features that are no longer optional X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed12aebda1f9edef03aa81448ad032185df773a0;p=thirdparty%2Fbugzilla.git no bug - remove features that are no longer optional --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index a7967ec48..6a82a1bf8 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -91,8 +91,6 @@ use constant FEATURE_FILES => ( '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'], auth_radius => ['Bugzilla/Auth/Verify/RADIUS.pm'],