mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Disallow transparent colors
This commit is contained in:
@@ -165,6 +165,7 @@ public class HtmlHelper {
|
||||
.toLowerCase(Locale.ROOT)
|
||||
.replace(" ", "")
|
||||
.replace("inherit", "")
|
||||
.replace("transparent", "")
|
||||
.replace("!important", "");
|
||||
|
||||
Integer color = null;
|
||||
|
||||
Reference in New Issue
Block a user