gpt4 book ai didi

html - Facebook 页面选项卡触发 IE "Only secure content is displayed"消息

转载 作者:太空宇宙 更新时间:2023-11-03 13:42:42 24 4
gpt4 key购买 nike

我已经使用静态 Html:iframe 选项卡应用程序向我的 Facebook 页面添加了一个选项卡。
在 chrome 中工作正常,但在 IE 中我收到“仅显示安全内容”通知。
背景图像与 SSL 链接,没有其他外部内容链接到页面,只有带有文本的 html,所以我不知道原因...
这是我的代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
direction: rtl;
background-image: url('https://lh3.googleusercontent.com/-8GcYUqtmItc/UDc8OSEOdZI/AAAAAAAAD_g/denZSy7Be_0/s800/bg.jpg');
margin: 0;
padding: 0;
border: none;
overflow: hidden;
font: Arial;
font-size: 18px;
color: #00000;
}
#header {
padding: 0;
margin: 0 auto;
border: none;
width: 100%;
height: 190px;
}
</style>
<title>Page Title</title>

</head>
<body>
<div id="header"></div>
<div id="content">
<table width="90%" cellpadding="10" border="0" align="center">
<tr>
<td align="right" dir="rtl">
<p>
Some text...
</p>
</td>
</tr>
</table>
</div><!-- content -->
</body></html>

这是实际页面链接:http://facebook.com/#!/GioraSalz/app_349708898445501

提前致谢。

最佳答案

在 facebook 选项卡应用程序中,安全内容就是 https://facebook.com 上的一切.由于您的站点可能未使用 SSL 进行保护,因此 IE 不会显示它,因为在 IE 设置的深处某处是“仅显示安全内容”。如果你想删除它,只需获得一个 ssl 证书。它们很便宜

关于html - Facebook 页面选项卡触发 IE "Only secure content is displayed"消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12122430/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com