搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Reason: CORS request not http, can't bypass with file_unique_origin - Firefox 89

  • 1 个回答
  • 1 人有此问题
  • 5 次查看
  • 最后回复者为 Hagay

more options

I am trying to do some local web development, if I open an index file directly in Firefox it complains that the CORS request is not being made over HTTP. I know I can try and set up a local web server for development but that's beside the point.

According to this previous Mozilla post linked below I can set privacy.file_unique_origin to false, and it's suppose to override the security setting. This does not work for me, setting it to false and closing all browsers and testing the HTML file again, I still see the CORS error. Is this setting now useless in the newest version of Firefox? Is there a different config setting I need to adjust?

https://support.mozilla.org/en-US/questions/1264280

I am trying to do some local web development, if I open an index file directly in Firefox it complains that the CORS request is not being made over HTTP. I know I can try and set up a local web server for development but that's beside the point. According to this previous Mozilla post linked below I can set privacy.file_unique_origin to false, and it's suppose to override the security setting. This does not work for me, setting it to false and closing all browsers and testing the HTML file again, I still see the CORS error. Is this setting now useless in the newest version of Firefox? Is there a different config setting I need to adjust? https://support.mozilla.org/en-US/questions/1264280

由vallamost于修改

所有回复 (1)

more options

Except for setting privacy.file_unique_origin to false, also set security.fileuri.strict_origin_policy to false. Sometimes you need also network.auth.subresource-img-cross-origin-http-auth-allow set to true ;-)

由Hagay于修改