tor-browser

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

header-parsing-repeated.https.html (548B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <script src=/resources/testharness.js></script>
      4 <script src=/resources/testharnessreport.js></script>
      5 <script src="/common/dispatcher/dispatcher.js"></script>
      6 <script src="/common/get-host-info.sub.js"></script>
      7 <script src="/common/utils.js"></script>
      8 <script src="resources/common.js"></script>
      9 <script src="resources/popup-test.js"></script>
     10 <script>
     11  popup_test(
     12    `Simple document with duplicated COOP header opening a same-origin popup`,
     13    SAME_ORIGIN,
     14    "unsafe-none",
     15    "preserved");
     16 </script>