mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 04:21:36 +01:00
Merge pull request #1076 from reasonerjt/dev
set path for language cookie
This commit is contained in:
commit
cf5420d6e8
@ -75,7 +75,7 @@ func (b *BaseController) Prepare() {
|
||||
Name: "language",
|
||||
Value: lang,
|
||||
HttpOnly: true,
|
||||
Domain: "/",
|
||||
Path: "/",
|
||||
}
|
||||
http.SetCookie(b.Ctx.ResponseWriter, cookies)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user