blob: 27eee9549a101f35884533ac083cbacc84995644 [file] [log] [blame]
<?php
header("Strict-Transport-Security: max-age=10");
header("Access-Control-Allow-Origin: *");
?>
<script>
top.postMessage("hsts", "*");
</script>