tor-browser

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

cross-origin-subresource-with-feature-policy.https.html (588B)


      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: "cross origin subresources authorized by FP gets it own resources",
     12    initial_url: echo,
     13    accept_url: accept,
     14    expect_url: "resources/feature-policy-with-cross-origin-subresource.html",
     15    type: "navigation" });
     16 </script>
     17 </body>
     18 </html>