Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, 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
Este tema ha sido archivado. Haz una nueva pregunta si necesitas ayuda.
Solved Archivado

Font awesome icons not showing in local pc on web page

info161 replied
info161

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.

Todas las respuestas (2)

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

Yes it is done.

My problem is resolved..


Thanks to *TyDraniu*