Reenable Secure cookies

This commit is contained in:
nemunaire 2022-05-15 12:35:03 +02:00
parent a410cb520d
commit 22df36c814
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func completeAuth(w http.ResponseWriter, username string, email string, firstnam
Expires: time.Now().Add(30 * 24 * time.Hour),
HttpOnly: true,
SameSite: http.SameSiteStrictMode,
//Secure: true,
Secure: true,
})
return