Font awesome icons not showing in local pc on web page
When I open the webpage on local pc in firefox browser, font awesome icons not showing after updating the new version of it.
Gekose oplossing
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.
Lees dié antwoord in konteks 👍 1All Replies (2)
Gekose oplossing
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.
Gewysig op
Yes it is done.
My problem is resolved..
Thanks to *TyDraniu*