summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/src/androidTest/assets/etpPages/analyticsTrackers.html
blob: 69e617f495fcb0ac67506c7b8dd14d50b6cc3922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html dir="ltr" xml:lang="en-US" lang="en-US">
  <meta name="viewport" content="width=device-width" />
  <head>
    <meta charset="UTF-8" />
    <title>analyticsTrackers</title>
  </head>
  <body>
    <!--Level 1 Tracker blocking with separate lists (social-track-digest256,ads-track-digest256,analytics-track-digest256).-->
    <!--using the https://senglehardt.com/test/trackingprotection/test_pages/tracking_protection.html test page-->
    <p>analytics trackers</p>
    <p>if you can read this, then:</p>
    <p>analytics trackers not blocked</p>
    <img
      src="https://analytics-track-digest256.dummytracker.org/test_not_blocked.png"
      onerror="this.onerror=null;this.src='https://not-a-tracker.dummytracker.org/test_blocked.png';alert('analytics trackers blocked')"
    />
  </body>
</html>