mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added color workaround
This commit is contained in:
@@ -678,6 +678,7 @@ public class HtmlHelper {
|
||||
.replace("inherit", "")
|
||||
.replace("initial", "")
|
||||
.replace("windowtext", "")
|
||||
.replace("currentcolor", "")
|
||||
.replace("transparent", "")
|
||||
.replaceAll("[^a-z0-9(),.%#]", "")
|
||||
.replaceAll("#+", "#");
|
||||
|
||||
Reference in New Issue
Block a user