diff --git a/internal/admin/auth.go b/internal/admin/auth.go index 7b037dd..00aa2f6 100644 --- a/internal/admin/auth.go +++ b/internal/admin/auth.go @@ -79,10 +79,10 @@ func cookieDefaults() *http.Cookie { cookie := new(http.Cookie) cookie.Name = "_ge_auth" - cookie.Path = "/" + cookie.Path = "/" cookie.SameSite = 3 cookie.HttpOnly = true - cookie.Secure = false + cookie.Secure = true return cookie -} \ No newline at end of file +}