summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-06-08 22:43:12 +0200
committerGitHub <noreply@github.com>2017-06-08 22:43:12 +0200
commit03bc182966d1fdd852be40d901ce998b1eaec7b7 (patch)
tree7bafbbc3adc32c464b7fe8e36f2dee10bdb8402f /Bugzilla/Install
parent0a7f9d271efb4f97aaddcb39c173e986f5357d59 (diff)
downloadbugzilla-03bc182966d1fdd852be40d901ce998b1eaec7b7.tar.gz
bugzilla-03bc182966d1fdd852be40d901ce998b1eaec7b7.tar.xz
Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect)
* remove UserAgent from updates
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 54a45fd18..3113388f7 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -99,7 +99,6 @@ use constant FEATURE_FILES => (
mfa => ['Bugzilla/MFA/*.pm'],
markdown => ['Bugzilla/Markdown.pm'],
memcached => ['Bugzilla/Memcache.pm'],
- auth_delegation => ['auth.cgi'],
s3 => ['Bugzilla/S3.pm', 'Bugzilla/S3/Bucket.pm', 'Bugzilla/Attachment/S3.pm']
);