Caja 和 JQuery

发布于 2024-12-04 02:56:44 字数 148 浏览 0 评论 0原文

假设我使用诱骗程序来清理第三方 javascript 并在主机中运行它,并且关于 JQuery:

  • 第三方应用程序是否可以包含 JQuery,这将被诱骗 在此过程中,或者,
  • 主机站点是否将 JQuery 功能公开给 第三方?

Suppose I use the cajoler to sanitize third party javascript and run it in a host, and regarding JQuery:

  • Can the third party application include JQuery, which will be cajoled
    in the process, or,
  • Does the host site expose JQuery functionality to
    the third party?

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

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

发布评论

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

评论(1

沙沙粒小 2024-12-11 02:56:44

第三方应用程序应引用 jQuery 本身。如果宿主页面提供 jQuery,那么 jQuery 的副本将能够访问宿主页面的 DOM,因此第三方应用程序将不会受到适当的限制。

The third-party application should reference jQuery itself. If the host page were to provide jQuery, then that copy of jQuery would have access to the host page DOM, so the third-party application would not be properly confined.

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