1 2 3 4 5 6 7
<!DOCTYPE html> <html> <script> "use strict"; document.cookie = "name=value;SameSite=None;Secure"; </script> </html>