Added rel exclude

This commit is contained in:
M66B 2021-06-16 20:23:16 +02:00
parent c9de9a2e96
commit 9d9a5c32da
1 changed files with 2 additions and 1 deletions

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() {