tor-browser

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

file_worker_src_child_governs.html (260B)


      1 <html>
      2 <head>
      3  <meta charset="utf-8">
      4  <meta http-equiv="Content-Security-Policy" content="child-src https://example.com; script-src 'nonce-foo'">";
      5 </head>
      6 <body>
      7 <script type="text/javascript" src="file_worker_src.js" nonce="foo"></script>
      8 </body>
      9 </html>