From 03bc182966d1fdd852be40d901ce998b1eaec7b7 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 8 Jun 2017 16:43:12 -0400 Subject: Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect) * remove UserAgent from updates --- Bugzilla/Install/Requirements.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Install') 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'] ); -- cgit v1.2.3-24-g4f1b