mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Updated default ARC whitelist
This commit is contained in:
@@ -206,7 +206,7 @@ public class MessageHelper {
|
||||
private static final String ARC_MESSAGE_SIGNATURE = "ARC-Message-Signature";
|
||||
|
||||
static final List<String> ARC_WHITELIST_DEFAULT = Collections.unmodifiableList(Arrays.asList(
|
||||
"google.com", "microsoft.com"
|
||||
"google.com", "microsoft.com", "amazonses.com"
|
||||
));
|
||||
|
||||
private static final String DOCTYPE = "<!DOCTYPE";
|
||||
|
||||
Reference in New Issue
Block a user