tor-browser

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

file_iframe_parent_location_js.html (179B)


      1 <html>
      2 <head>
      3  <title>Test setting parent location to javascript:</title>
      4 </head>
      5 <body>
      6 <script>
      7  parent.window.location ="javascript:location.href";
      8 </script>
      9 </body>
     10 </html>