I don't understand what the security problem is with fontaweome.
https://github.com/freedomofpress/secur ... ssues/5546
Does this mean it is not possible to solve this problem and use fontawesome?
Code: Select all
.fa-bell::before {
content: "\f0f3";
}
Code: Select all
.fa-bell::before {
content: url("path_to_image");
}