cookie_setter_with_credentials_cross_origin.html (349B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <h1>Cross origin cookie sender</h1> 4 <script> 5 document.cookie = "🍪"; 6 </script> 7 <!-- 8 This is loaded from "example.com", which then loads 9 the manifest from "example.org". 10 --> 11 <link 12 rel="manifest" 13 href="https://example.org/browser/dom/manifest/test/cookie_checker.sjs" 14 crossorigin="use-credentials">