Cảnh báo sau đang được hiển thị trong bảng điều khiển, mặc dù tôi có các cài đặt sau trên ứng dụng cấp tốc của mình. Có ai nhìn thấy lỗi này trước? Tìm kiếm của tôi đã đưa tôi đến https://github.com/expressjs/express/issues/3095
Tôi cũng đang sử dụng express: 4.17.1
let COOKIE_OPTIONS = { httpOnly: true, sameSite: 'None', secure: true };
A cookie associated with a cross-site resource at http://MYURL.URL was set
without the `SameSite` attribute. A future release of Chrome will only deliver
cookies with cross-site requests if they are set with `SameSite=None` and
`Secure`. You can review cookies in developer tools under
Application>Storage>Cookies and see more details at
https://www.chromestatus.com/feature/5088147346030592 and
https://www.chromestatus.com/feature/5633521622188032.
Khi thực hiện một yêu cầu sử dụng Insomia (Người đưa thư) tôi thấy như sau
access_token=someToken;
Path=/;
HttpOnly;
Secure;
SameSite=None