What is unsafe about this CSS?

Question

I’ve been given some CSS by a plugin developer to get the plugin to look the way I want. However, when I go to add it to my wordpress template, the template css editor gives me this message: “Unsafe strings were found in your CSS and have been filtered out.”

EDIT: I have confirmed that it’s the content: ‘\f118’; that’s being flagged as unsafe. Is it unsafe? Should I avoid using this method on my site for security reasons? Thank you.

/*group reaction*/
.activity.single-group .bpsts-reaction-box a.bpsts-mark-reaction, .activity.single-group .bpsts-reaction-box a.bpsts-mark-comment-reaction {
    background: transparent !important;
    border: transparent !important;
    min-height: auto !important;
    line-height: inherit !important;
    padding: 2px !important;
    margin:3px !important;
}
/*reaction button*/
.bpsts-open-reaction-div:before {
    content: '\f118';
    font-family: fontawesome;
    font-size: 18px;
    color:#7a7a7a;
}
img.bpsts-icon-img.bpsts-open-reaction {
    visibility: hidden;
}

/*reaction box background*/
.bpsts-reaction-box {
    background: #5d5553; 
}

0
John N 1 month 2023-04-27T14:34:24-05:00 0 Answers 0 views 0

Leave an answer

Browse
Browse