I need an Iframe on my site. My site has HTTPS protocol, and the Iframe source as well. So why does not my site display it? Both sites are certified.
<!DOCTYPE html>
<html class="no-js" lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<link rel="icon" href="/site/img/layout/favicon.png" />
<style>.se-pre-con { position: fixed; left: 0px; top: 0px; width:100%; height: 100%; z-index: 9999; background: url(/site/img/layout/preloader.svg) center no-repeat #3177fa; }</style>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/site/css/script/jquery-ui-delta/jquery-ui.css">
<title>Teste</title>
</head>
<body id="home">
<h1>Teste</h1>
<iframe src="https://sandbox-app.vindi.com.br/customer/bills/6740?token=1fd4b0cc-2f66-4b3e-9bac-7c9988e64646"width="100%" height="50%"></iframe>
</body>
</html>