tor-browser

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

scripthash-basic-blocked-error-event.html (392B)


      1 <!DOCTYPE html>
      2 <head>
      3    <title>CSP script-hash block causes error event</title>
      4    <script src="/resources/testharness.js"></script>
      5    <script src="/resources/testharnessreport.js"></script>
      6    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'sha256-deadbeef'"></meta>
      7 </head>
      8 <body>
      9    <script src="support/inline-script-should-be-blocked.js"></script>
     10 </body>