ビデオをレンダリングする次のiframeがありました。IE8では、セキュリティポップアップエラーが発生します。
<iframe src="https://fast.wistia.com/embed/iframe/223ewe311111112?videoWidth=310&videoHeight=120&controlsVisibleOnLoad=true&playerColor=1213221&plugin%5Bsocialbar%5D%5Bversion%5D=v1&plugin%5Bsocialbar%5D%5Bbuttons%5D=email-twitter-googlePlus-facebook&plugin%5Bsocialbar%5D%5Blogo%5D=true&plugin%5Bsocialbar%5D%5BtweetText%5D=May%20to%I%20New%Help%20You%20&plugin%5Bsocialbar%5D%5BbadgeUrl%5D=https%3A%2F%2Fwistia.com&plugin%5Bsocialbar%5D%5BbadgeImage%5D=https%3A%2F%2Fprime-cdn.wistia.com%2Fdeliveries%2Fe6e6be3fsdfsdfsdfsdf7e0a69.jpg%3Fimage_crop_resized%3D100x20" target="_blank" rel="nofollow" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" width="310" height="120"></iframe>
フレームワークでIFRAMEAPIを更新したことがわかりました。これは、IE8でのみポップアップをレンダリングする原因になります。IE8でHTTPWATCHプラグインを使用すると、すべてのリソースがHTTPSのみをレンダリングしていることがわかりました。したがって、このiframeタグが原因です。ポップアップをレンダリングしているだけです。このiframeタグを別のHTMLページに配置し、IE8ブラウザで開きました。セキュリティポップアップが表示されています。