summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/src/androidTest/assets/cross-site-cookies.html
blob: 82531c202f59d77393aa28b249373ec38c2dd30f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>
  <meta name="viewport" content="width=device-width" />
  <body>
    <h3>known-tracker.englehardt-tracker.com</h3>
    <h4>different site, cross-origin iframe, on blocklist</h4>
    <iframe
      width="500"
      height="600"
      src="https://known-tracker.englehardt-tracker.com/set_storage_simple.html"
    ></iframe>
  </body>
</html>