1 2 3 4
<!DOCTYPE html> <script> window.parent.postMessage({status: "protocol", data: location.protocol}, "*"); </script>