summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/src/androidTest/assets/etpPages/adsTrackers.html
blob: b8e0f7bc553aa1693b224a8e0254ecc00e94b2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>adsTrackers</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>ads trackers:</p>
<p>if you can read this, then: </p>
<p>ads trackers not blocked</p>
<img
     src="https://ads-track-digest256.dummytracker.org/test_not_blocked.png"
     onerror="this.onerror=null;this.src='https://not-a-tracker.dummytracker.org/test_blocked.png';alert('ads trackers blocked')">
</body>
</html>