Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-05 09:09:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-05 09:09:25 +0300
commit962fbcfb94b13668632de822e3f7a74fb5ecaf68 (patch)
tree51bebd0983aa06a72af75f7b85c05debd5169037 /lib/gitlab/auth
parent24fca3804098db8d0083d35db1975d198467e9b8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/auth')
-rw-r--r--lib/gitlab/auth/auth_finders.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/auth/auth_finders.rb b/lib/gitlab/auth/auth_finders.rb
index f54fa7504a3..a7312ac759a 100644
--- a/lib/gitlab/auth/auth_finders.rb
+++ b/lib/gitlab/auth/auth_finders.rb
@@ -298,7 +298,7 @@ module Gitlab
when :api
api_request?
when :archive
- archive_request? if Feature.enabled?(:allow_archive_as_web_access_format, default_enabled: :yaml)
+ archive_request?
end
end