argos/dmp-frontend/src/assets/silent-check-sso.html

8 lines
119 B
HTML
Raw Normal View History

2023-10-13 17:11:46 +02:00
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>