#iframe && cookies
1 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific details on how to set the SameSite attribute for an iframe in Astro.
However, it's important to note that the SameSite attribute is typically set on cookies, not directly on iframes. This attribute is used to assert that a cookie must not be sent with cross-origin requests, providing some protection against cross-site request forgery attacks.