tor-browser

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

override_script_src_self.html (171B)


      1 <html>
      2  <head>
      3    <meta
      4      http-equiv="Content-Security-Policy"
      5      content="script-src 'self'"
      6    />
      7  </head>
      8  <body>Override test page with CSP</body>
      9 </html>