tor-browser

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

file_about_child.html (373B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Test for Bug 1767581</title>
      6 </head>
      7 <body>
      8  Just an about page that loads in the privileged about process!
      9 
     10  <script>window.ran = "inline1";</script>
     11  <script src="https://example.com/browser/dom/security/test/general/file_1767581.js"></script>
     12  <script>window.ran += "inline2";</script>
     13 </body>
     14 </html>