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:
Diffstat (limited to 'internal/auth/auth.go')
-rw-r--r--internal/auth/auth.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/auth/auth.go b/internal/auth/auth.go
index ab661d3d..5890feae 100644
--- a/internal/auth/auth.go
+++ b/internal/auth/auth.go
@@ -65,7 +65,6 @@ func (a *Auth) getSessionFromStore(r *http.Request) (*sessions.Session, error) {
// Cookie just for this domain
session.Options = &sessions.Options{
Path: "/",
- Domain: host,
}
}