tor-browser

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

sharedworker-module.http.html (1598B)


      1 <!DOCTYPE html>
      2 <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec content-security-policy/` -->
      3 <html>
      4  <head>
      5    <meta charset="utf-8">
      6    <meta name="timeout" content="long">
      7    <script src="/resources/testharness.js"></script>
      8    <script src="/resources/testharnessreport.js"></script>
      9    <script src="/common/security-features/resources/common.sub.js"></script>
     10    <script src="../../../generic/test-case.sub.js"></script>
     11  </head>
     12  <body>
     13    <script>
     14      TestCase(
     15        [
     16          {
     17            "expectation": "allowed",
     18            "origin": "same-http",
     19            "redirection": "keep-origin",
     20            "source_context_list": [],
     21            "source_scheme": "http",
     22            "subresource": "sharedworker-module",
     23            "subresource_policy_deliveries": [],
     24            "test_description": "Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context."
     25          },
     26          {
     27            "expectation": "allowed",
     28            "origin": "same-http",
     29            "redirection": "no-redirect",
     30            "source_context_list": [],
     31            "source_scheme": "http",
     32            "subresource": "sharedworker-module",
     33            "subresource_policy_deliveries": [],
     34            "test_description": "Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context."
     35          }
     36        ],
     37        new SanityChecker()
     38      ).start();
     39    </script>
     40    <div id="log"></div>
     41  </body>
     42 </html>