tor-browser

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

file_location.html (231B)


      1 <html>
      2    <script>
      3        try {
      4            parent.SimpleTest.ok(!("existingprop" in location), "got a new location object in the iframe");
      5        } catch (e) {
      6        }
      7 
      8        location.iframeprop = 42;
      9    </script>
     10 </html>