blob: c0f912ac25d4e8af8708d149e48478060316a960 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
var hash = document.location.hash;
if (hash.length > 0)
hash = hash.substring(1);
window.parent.postMessage({ "policy": hash, "referrer": document.referrer }, "*");
</script>
</body>
</html>