tor-browser

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

file_trustworthy_loopback.html (291B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Bug 1732069: Sec-Fetch-Site inconsistent on localhost/IPs</title>
      5 </head>
      6 <body>
      7  <iframe src="http://localhost:9898/foo"></iframe>
      8  <iframe src="http://localhost:9899/foo"></iframe>
      9  <iframe src="http://sub.localhost/foo"></iframe>
     10 </body>
     11 </html>