tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

meta-equiv-delegate-ch-cross-origin-iframe-with-hints.https.sub.html (714B)


      1 <!doctype html>
      2 <meta name="timeout" content="long">
      3 <meta http-equiv="Delegate-CH" content="sec-ch-device-memory https://www1.{{host}}:{{ports[https][0]}}/; device-memory https://www1.{{host}}:{{ports[https][0]}}/">
      4 <title>Meta-equiv Delegate-CH cross origin iframe with hints</title>
      5 <body>
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 <script src="/common/get-host-info.sub.js"></script>
      9 <script src="resources/accept-ch-test.js"></script>
     10 
     11 <script>
     12 verify_iframe_state(
     13  host_info.HTTPS_REMOTE_ORIGIN + "/client-hints/accept-ch-stickiness/resources/do-expect-received.py",
     14  "meta-equiv cross origin iframe with hints");
     15 </script>
     16 </body>
     17 </html>