启用 SSL 证书后 iframe 不工作

Iframes not working after enabling SSL Certificate

我在我的网站上使用 Iframe > https://www.merchantcashadvancecalculator.com 在启用 SSL

之前它工作正常
<iframe src="https://www.merchantcashadvancecalculator.com/?lfb_action=preview&form=6" style="border:none;" height="400" width="900"></iframe>

好的,通过应用 <code> 标签

解决了这个问题
<code><iframe src="https://www.merchantcashadvancecalculator.com/?lfb_action=preview&form=6" style="border:none;" height="400" width="900"></iframe></code>