tor-browser

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

file_bug1367586-target.html (192B)


      1 <head><script>
      2 window.addEventListener("pageshow", function(event) {
      3    parent.ok(!event.persisted, "Should not load from bfcache");
      4 });
      5 </script></head>
      6 <body>Redirect target content</body>