I am practicing simple HTML CSS JS and anytime I give my img a source of a wikipedia link, I get the error "Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute" in my browser console.
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute error
Asked
Active
Viewed 1,178 times
0
-
Can you share your HTML code where you are using an `img` tag and how you are providing the value for `src` – BlackSheep Jul 14 '22 at 14:41
-
1Does this answer your question? [Why am I getting "Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute"?](https://stackoverflow.com/questions/63273838/why-am-i-getting-indicate-whether-to-send-a-cookie-in-a-cross-site-request-by-s) – Maxi Jul 17 '22 at 20:26