Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Font awesome icons not showing in local pc on web page

  • 2 respuestas
  • 1 tiene este problema
  • 16 visitas
  • Última respuesta de info161

more options

When I open the webpage on local pc in firefox browser, font awesome icons not showing after updating the new version of it.

When I open the webpage on local pc in firefox browser, font awesome icons not showing after updating the new version of it.

Solución elegida

I think it's due to the 'same origin' policy. By default, only files in or under the same directory are considered same-origin for "file:" URLs. In that case there should be a warning in the Error Console.

You can turn this requirement off by setting "security.fileuri.strict_origin_policy" = false in about:config.

Leer esta respuesta en su contexto 👍 1

Todas las respuestas (2)

more options

Solución elegida

I think it's due to the 'same origin' policy. By default, only files in or under the same directory are considered same-origin for "file:" URLs. In that case there should be a warning in the Error Console.

You can turn this requirement off by setting "security.fileuri.strict_origin_policy" = false in about:config.

Modificadas por TyDraniu el

more options

Yes it is done.

My problem is resolved..


Thanks to *TyDraniu*