tor-browser

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

html_csp-test-page.html (590B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
      6    <meta http-equiv="Pragma" content="no-cache" />
      7    <meta http-equiv="Expires" content="0" />
      8    <meta http-equiv="Content-Security-Policy" content="script-src 'none'; style-src 'none';">
      9    <title>Tests breaking CSP with script</title>
     10    <link href="internal-loaded.css" rel="stylesheet" type="text/css">
     11  </head>
     12  <body>
     13 
     14    The script in this page will CSP:
     15 
     16    <script src="js_websocket-worker-test.js"></script>
     17  </body>
     18 </html>