在 FireFox 6 中禁用同源检查
我正在尝试调试我在 javascript 中构建的 XMPP 应用程序。我想使用 FireBug,因为我认为它对于 javascript 调试器来说效果非常好。我遇到的问题是 XSS 问题。我们使用的 XMPP 服务器位于另一台计算机上,我需要连接到它。
打开应用程序时,我可以使用 --disable-web-security 标志在 Chrome 中调试没有问题。我似乎找不到 Firefox 的等效项(如果有的话)。我在这个问题上发现的所有内容都是针对旧版 Firefox 的多年历史。
我希望它是 about:config 中的一个配置值,或者至少是一个我可以安装的扩展,但我却一片空白。
I'm trying to debug an XMPP application I'm building in javascript. I want to use FireBug because I think it works really well as far as javascript debuggers go. The problem I'm having is an XSS issue. The XMPP server we're using is located on another machine an I need to connect to it.
I can debug no problem in Chrome using the --disable-web-security flag when opening the application. I just can't seem to find the Firefox equivalent (if there even is one). Every thing I'm finding on the issue is years old targeting ancient versions of Firefox.
I was hoping it would be a config value in about:config or at least an extension I could install but I'm coming up blank.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我编写了一个简单的一键式 Firefox 插件向每个请求添加 CORS 标头。对我有用。
I've written a simple one-button Firefox add-on that adds the CORS headers to every request. Works for me.
你可以尝试一下,只要 FireFox 6 中有一个
about:config
具有此属性You may try this, as long as there is a
about:config
in FireFox 6 with this property