tor-browser

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

csp-blocked.html (502B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Fetch: blocked by CSP</title>
      6    <meta name="help" href="https://fetch.spec.whatwg.org/#main-fetch">
      7    <meta name="author" title="Canon Research France" href="https://www.crf.canon.fr">
      8    <script src="/resources/testharness.js"></script>
      9    <script src="/resources/testharnessreport.js"></script>
     10  </head>
     11  <body>
     12    <script src="../resources/utils.js"></script>
     13    <script src="csp-blocked.js"></script>
     14  </body>
     15 </html>