Javascript &引用;“安全风险”;IE9中带有Yammer嵌入源的错误消息

Javascript &引用;“安全风险”;IE9中带有Yammer嵌入源的错误消息,javascript,ssl,internet-explorer-9,yammer,Javascript,Ssl,Internet Explorer 9,Yammer,我有一个使用Yammer“EmbeddeFeed”API嵌入Yammer提要的应用程序。该应用程序在SSL(通过HTTPS)下托管 在运行IE9的PC上,它会导致IE显示一个对话框:“此页面正在访问不受其控制的信息。这会带来安全风险。是否继续?” 显示Yammer嵌入的代码非常简单,如下所示 <!-- This is included in the <HEAD> tag --> <script type="text/javascript" src="https:/

我有一个使用Yammer“EmbeddeFeed”API嵌入Yammer提要的应用程序。该应用程序在SSL(通过HTTPS)下托管

在运行IE9的PC上,它会导致IE显示一个对话框:“此页面正在访问不受其控制的信息。这会带来安全风险。是否继续?”

显示Yammer嵌入的代码非常简单,如下所示

<!-- This is included in the <HEAD> tag -->
<script type="text/javascript" src="https://c64.assets-yammer.com/assets/platform_embed.js"></script>

<!-- This is included at the bottom of the page -->
<script>
    yam.connect.embedFeed({
        container: '#YammerContent',
        network: 'domain.com'
    });
</script>

yam.connect.feed({
容器:“#YammerContent”,
网络:“domain.com”
});
Firefox、Chrome和IE11在其他PC上运行良好

我认为这个问题与Internet选项中的IE9安全设置有关。然而,我还没有弄清楚问题的背景是什么

关于解决此问题,我有以下问题:

  • 这可能是Yammer嵌入脚本中与嵌入SSL/HTTPS站点相关的错误吗
  • 在站点和/或HTML的配置中是否存在可以修复此问题的内容
  • 是否有Internet选项安全设置可以轻松解决此问题
  • 这是IE9中的CORS(跨来源资源共享)问题。请确保所有需要添加到受信任站点的URL都存在,以供参考

    以下是指南中Yammer部分的一个片段:

    *.assets-yammer.com
    ajax.googleapis.com^
    *.cloudfront.net^
    *.crocodoc.com^
    *.yammer.com
    *.yammerusercontent.com
    ^These URLs are for third party services used by Yammer to provide the ability of viewing documents, videos and images uploaded by your users into Yammer. These URLs are not required to be on the allow list if your organization is administratively disabling the ability of uploading files into Yammer