tor-browser

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

meta-equiv-cross-origin-subresource.https.html (635B)


      1 <!doctype html>
      2 <meta name="timeout" content="long">
      3 <title>Meta cross origin subresource</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: "meta-equiv delegate-ch cross origin subresource",
     12    initial_url: host_info.HTTPS_REMOTE_ORIGIN + echo,
     13    accept_url: host_info.HTTPS_REMOTE_ORIGIN + metaequiv_delegate,
     14    expect_url: host_info.HTTPS_REMOTE_ORIGIN + do_not_expect,
     15    type: "subresource" });
     16 </script>
     17 </body>
     18 </html>