Cody Joyce 2 ماه پیش
والد
کامیت
3e666ea899
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,
 	}