tor-browser

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

noreferrer-cross-origin-manual.html (508B)


      1 <ol>
      2 <li><p>After clicking these two links in order a single browsing context should be open showing
      3 <code>example.org</code>:
      4 <a target=doesnotmatter href="http://example.com/">one</a>,
      5 <a target=doesnotmatter href="http://example.org/">two</a>.
      6 
      7 <li><p>After clicking these two links two browsing contexts should have been opened:
      8 <a rel=noreferrer target=reallydoesnotmatter href="http://example.com/">one</a>,
      9 <a rel=noreferrer target=reallydoesnotmatter href="http://example.com/">two</a>.
     10 </ol>