Cody Joyce 1 month ago
parent
commit
3e666ea899
1 changed files with 1 additions and 1 deletions
  1. 1 1
      srv/res.go

+ 1 - 1
srv/res.go

@@ -81,7 +81,7 @@ func (res *Res) Cookie(name string, val string, expires ...time.Time) *Res {
 		Value:    val,
 		Expires:  Expires,
 		Path:     "/",
-		Secure:   true,
+		Secure:   false,
 		HttpOnly: true,
 		SameSite: http.SameSiteStrictMode,
 	}