20 lines
765 B
HTML
20 lines
765 B
HTML
<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/. -->
|
|
<!-- This asset is using the code behind
|
|
- https://www.mozilla-anti-tracking.com/test/dfpi/storage_access_api.html
|
|
- test page.
|
|
- Source repository: https://github.com/mozilla/anti-tracking-test-pages -->
|
|
<body>
|
|
<h2>Cross-site cookies storage access test</h2>
|
|
<h3>anti-tracker-test.com</h3>
|
|
<h4>different site, cross-origin iframe</h4>
|
|
<iframe
|
|
width="500"
|
|
height="1000"
|
|
src="https://mozilla-mobile.github.io/testapp/anti-tracker-test_set_storage_with_sa_api.html"
|
|
></iframe>
|
|
</body>
|
|
</html>
|