Hello, I dont have a tech background.
What is the easiest way to test if a site allows iframe/3rd party cookies (if we place the iframe on another domain), through chrome browser?
Probably need to check site contains cookies policy: "SameSite=None; Secure", based on Google Developers Cookies Video: https://www.youtube.com/watch?v=GPz7onXjP_4
Thanks!
As far as I understand you could just delete all cookies from that website, then open the website in an iframe and check if a cookie is set.