我可以使用浏览器控制从 XUL 应用程序发出跨域请求吗?

发布于 2024-10-10 21:01:45 字数 266 浏览 5 评论 0原文

我正在尝试使用XUL框架的浏览器标签 https://developer.mozilla.org/en/ XUL/浏览器。我设置了 type='chrome' 和属性disablesecurity='true'。但我收到错误“访问受限 URI 被拒绝代码:“1012””。

有没有办法克服同源策略安全沙箱。这是一个自定义应用程序,我希望它没有这样的限制。

I am trying to use the browser tag of XUL framework https://developer.mozilla.org/en/XUL/browser. The I have set type='chrome' and attribute disablesecurity='true'. But I get the error 'Access to restricted URI denied code: "1012"'.

Is there any way to overcome the same-origin-policy security sandbox. This is a custom app and I would like it to not have such restriction.

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

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

发布评论

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

评论(1

黎夕旧梦 2024-10-17 21:01:45

我想你可以,但我想我从来没有这样做过。也许您应该在此处使用 PrivilegeManager

I think you can, but I don't think I've ever done it. Perhaps you should use the PrivilegeManager here.

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