This URL does not allow iframe.
Use the following headers to allow iframe for this URL: https://whitman.com.my/

<?php
header("X-Frame-Options: ALLOWALL");
header("Content-Security-Policy: frame-ancestors *;");
?>