tor-browser

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

cross-site-cookies.html (576B)


      1 <!doctype html>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 <html>
      6  <meta name="viewport" content="width=device-width" />
      7  <body>
      8    <h3>known-tracker.englehardt-tracker.com</h3>
      9    <h4>different site, cross-origin iframe, on blocklist</h4>
     10    <iframe
     11      width="500"
     12      height="600"
     13      src="https://known-tracker.englehardt-tracker.com/set_storage_simple.html"
     14    ></iframe>
     15  </body>
     16 </html>