1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00

Added rel exclude

This commit is contained in:
M66B 2021-06-16 20:23:16 +02:00
parent c9de9a2e96
commit 9d9a5c32da

View file

@ -114,7 +114,8 @@ public class ContactInfo {
// https://css-tricks.com/prefetching-preloading-prebrowsing/
// https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch
private static final List<String> REL_EXCLUDE = Collections.unmodifiableList(Arrays.asList(
"dns-prefetch", "preconnect", "prefetch", "preload", "prerender", "subresource"
"dns-prefetch", "preconnect", "prefetch", "preload", "prerender", "subresource",
"respond-redirect"
));
private ContactInfo() {