Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<meta charset=utf-8>
<title>Bounce Tracking Mitigations: Stateful Client Bounce (End Page)</title>
<script>
// Notify the main test page that the redirect flow has completed.
window.opener.postMessage(true, '*');
// This will end the redirect chain.
window.close();
</script>