不安全的 JavaScript 尝试通过 URL 访问框架
我已将 Vimeo 合并到我正在构建的 WordPress 主题中,但出现以下错误:
不安全的 JavaScript 尝试通过 URL 访问框架 http://themes.ibrogram.com/beta/blog/ 来自带有 URL 的框架 http://player.vimeo.com/video/4749536。域、协议和端口 必须匹配。
不安全的 JavaScript 尝试通过 URL 访问框架 http://themes.ibrogram.com/beta/blog/ 来自带有 URL 的框架 http://player.vimeo.com/video/28496744?title=0& byline=0&portrait=0。 域、协议和端口必须匹配。
(我认为)这也是页面仍在加载的原因:http://themes.ibrogram .com/beta/blog/
I've incorporated Vimeo into a WordPress theme I'm building, and I get these errors:
Unsafe JavaScript attempt to access frame with URL
http://themes.ibrogram.com/beta/blog/ from frame with URL
http://player.vimeo.com/video/4749536. Domains, protocols and ports
must match.
Unsafe JavaScript attempt to access frame with URL
http://themes.ibrogram.com/beta/blog/ from frame with URL
http://player.vimeo.com/video/28496744?title=0&byline=0&portrait=0.
Domains, protocols and ports must match.
It also (I think) is the reason for the page still loading: http://themes.ibrogram.com/beta/blog/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此处阅读有关 Javascript 访问安全性的内容:
特别是关于实现 Vimeo 和 JavaScript 不安全访问,我在 Vimeo 论坛上的讨论:
其次,我检查了您提供的链接,它对我来说加载得又快又好,所以这绝对不是您长时间加载此页面的原因
Read something about Javascript access security here:
Specifically about implementing Vimeo and JavaScript unsafe access, I found this on a discussion on the Vimeo forums:
And second, I checked link you provided, and it loads fast and fine to me, so it is definitely not reason why you keep having this page loading long time