| check-client-hints.py |
<script>
window.opener.postMessage("%s" , "*");
</script> |
619 |
- |
| clear-site-data-iframe.sub.py |
<iframe src="https://{{hosts[][]}}:{{ports[https][0]}}/client-hints/clear-site-data/resources/clear-site-data.py?%s">
</iframe> |
412 |
- |
| clear-site-data.py |
<script>
window.onload = function() {
window.top.location.href = "/client-hints/clear-site-data/resources/check-client-hints.py";
};
</script> |
569 |
- |