我可以使用浏览器控制从 XUL 应用程序发出跨域请求吗?
我正在尝试使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你可以,但我想我从来没有这样做过。也许您应该在此处使用 PrivilegeManager。
I think you can, but I don't think I've ever done it. Perhaps you should use the PrivilegeManager here.