summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/cookies/schemeful-same-site/resources/navigateToInsecurePostToParent.html
blob: b81b722bf602035188e819de903fa3b3b1ac109a (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<meta charset="utf-8">
<script src="/cookies/resources/cookie-helper.sub.js"></script>
<script>
      window.location = INSECURE_ORIGIN + "/cookies/resources/postToParent.py";
</script>