LeOS-Ice-browser/app/src/androidTest/assets/pages/cross-site-cookies.html

20 lines
765 B
HTML
Raw Normal View History

2023-11-28 09:06:47 +01:00
<html>
2024-08-26 10:00:43 +02:00
<!-- This Source Code Form is subject to the terms of the Mozilla Public
2023-11-28 09:06:47 +01:00
- 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/. -->
2024-08-26 10:00:43 +02:00
<!-- This asset is using the code behind
2023-11-28 09:06:47 +01:00
- https://www.mozilla-anti-tracking.com/test/dfpi/storage_access_api.html
- test page.
- Source repository: https://github.com/mozilla/anti-tracking-test-pages -->
2024-08-26 10:00:43 +02:00
<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>
2023-11-28 09:06:47 +01:00
</html>