tor-browser

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

file_cross_process_csp_inheritance.html (417B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <title>Test CSP inheritance if load happens in same and different process</title>
      6 <meta http-equiv="Content-Security-Policy" content="script-src 'none'">
      7 </head>
      8 <body>
      9  <a href="data:text/html,<html>test-same-diff-process-csp-inhertiance</html>" id="testLink" target="_blank" rel="noopener">click to test same/diff process CSP inheritance</a>
     10 </body>
     11 </html>