Shindig:Shindig中RpcToken有什么用

发布于 2024-09-03 22:13:03 字数 68 浏览 1 评论 0原文

RpcToken在shindig中有什么用?我手动创建 Iframe ,如果我没有设置 RpcToken 那么会有问题吗?

what is the use of RpcToken in shindig? I am creating Iframe manually , If I didn't set RpcToken then will it be a problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

番薯 2024-09-10 22:13:03

rpcToken 用于保护 iframe 与父页面之间的跨域通信。请注意,如果 iframe 与父页面在同一域上运行,则将跳过此安全检查。

The rpcToken is used to secure the cross-domain communication between the iframe and the parent page. Note that this security check is skipped if the iframe is running on the same domain as the parent page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文