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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.go b/app.go
index 3ffe9ad9..32ce53a0 100644
--- a/app.go
+++ b/app.go
@@ -114,6 +114,7 @@ func (a *theApp) checkAuthenticationIfNotExists(domain *domain.D, w http.Respons
// Without auth, fall back to 404
if domain == nil {
httperrors.Serve404(w)
+ return true
}
return false