在 FireFox 6 中禁用同源检查

发布于 2024-12-01 15:14:36 字数 321 浏览 0 评论 0原文

我正在尝试调试我在 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 技术交流群。

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

发布评论

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

评论(2

沫离伤花 2024-12-08 15:14:36

我编写了一个简单的一键式 Firefox 插件向每个请求添加 CORS 标头。对我有用。

I've written a simple one-button Firefox add-on that adds the CORS headers to every request. Works for me.

彩虹直至黑白 2024-12-08 15:14:36

你可以尝试一下,只要 FireFox 6 中有一个 about:config 具有此属性

about:config -> security.fileuri.strict_origin_policy -> false

You may try this, as long as there is a about:config in FireFox 6 with this property

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