Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 1 risposta
  • 1 ha questo problema
  • 5 visualizzazioni
  • Ultima risposta di 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

Modificato da vallamost il

Tutte le risposte (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 ;-)

Modificato da Hagay il