tor-browser

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

file_worker_src_script_governs.html (249B)


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