From ed12aebda1f9edef03aa81448ad032185df773a0 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 11 Jan 2019 15:02:24 -0500 Subject: [PATCH] no bug - remove features that are no longer optional --- Bugzilla/Install/Requirements.pm | 2 -- 1 file changed, 2 deletions(-) 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'], -- 2.47.3