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:
parent
c9de9a2e96
commit
9d9a5c32da
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue