tor-browser

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

http-equiv-cross-origin-iframe-not-setting-own-origin.https.html (631B)


      1 <!doctype html>
      2 <meta name="timeout" content="long">
      3 <title>Accept-CH Persistence test</title>
      4 <body>
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="/common/get-host-info.sub.js"></script>
      8 <script src="resources/accept-ch-test.js"></script>
      9 
     10 <script>
     11 run_test({ name: "http-equiv cross origin iframe not setting own origin",
     12    initial_url: host_info.HTTPS_REMOTE_ORIGIN + echo,
     13    accept_url: host_info.HTTPS_REMOTE_ORIGIN + httpequiv_accept,
     14    expect_url: host_info.HTTPS_REMOTE_ORIGIN + do_not_expect,
     15    type: "iframe" });
     16 </script>
     17 </body>
     18 </html>