Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content= "connect-src 'none'">
</head>
<body>
<script type="application/javascript">
try {
window.parent.postMessage({result: "blocked-beacon-does-not-throw"}, "*");
}
catch (e) {
window.parent.postMessage({result: "blocked-beacon-throws"}, "*");
}
</script>
</body>
</html>