embedding some youtube videos
<iframe src="https://www.youtube-nocookie.com/embed/ivsFE8gK1ZQ"></iframe>
everything works fine but there are some issues in devtools - issues panel, like this:
Indicate whether a cookie is intended to be set in a cross-site context by specifying its SameSite attribute
and
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
what is the problem and what should I do ?
thanks