tor-browser

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

otherTrackers.html (1092B)


      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 dir="ltr" xml:lang="en-US" lang="en-US">
      6  <meta name="viewport" content="width=device-width" />
      7  <head>
      8    <meta charset="UTF-8" />
      9    <title>otherTrackers</title>
     10  </head>
     11  <body>
     12    <!--Level 1 Tracker blocking with separate lists (social-track-digest256,ads-track-digest256,analytics-track-digest256).-->
     13    <!--using the https://senglehardt.com/test/trackingprotection/test_pages/tracking_protection.html test page-->
     14    <h3>Level 2 (Strict List) Tracker Blocking</h3>
     15    <p>other content trackers</p>
     16    <p>if you can read this, then:</p>
     17    <p>other content trackers not blocked</p>
     18    <img
     19      src="https://content-track-digest256.dummytracker.org/test_not_blocked.png"
     20      onerror="this.onerror=null;this.src='https://not-a-tracker.dummytracker.org/test_blocked.png';alert('other content trackers blocked')"
     21    />
     22  </body>
     23 </html>