cross-site-cookies.html (765B)
1 <html> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <!-- This asset is using the code behind 6 - https://www.mozilla-anti-tracking.com/test/dfpi/storage_access_api.html 7 - test page. 8 - Source repository: https://github.com/mozilla/anti-tracking-test-pages --> 9 <body> 10 <h2>Cross-site cookies storage access test</h2> 11 <h3>anti-tracker-test.com</h3> 12 <h4>different site, cross-origin iframe</h4> 13 <iframe 14 width="500" 15 height="1000" 16 src="https://mozilla-mobile.github.io/testapp/anti-tracker-test_set_storage_with_sa_api.html" 17 ></iframe> 18 </body> 19 </html>