tor-browser

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

file_load_module_script.html (273B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'"/>
      5  <script type="module" src="chrome://mochitests/content/browser/dom/tests/browser/file_module_loaded.mjs"></script>
      6 </head>
      7 <body></body>
      8 </html>