Added rel exclude

pull/199/head
M66B 4 years ago
parent c9de9a2e96
commit 9d9a5c32da

@ -114,7 +114,8 @@ public class ContactInfo {
// https://css-tricks.com/prefetching-preloading-prebrowsing/ // https://css-tricks.com/prefetching-preloading-prebrowsing/
// https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch // https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch
private static final List<String> REL_EXCLUDE = Collections.unmodifiableList(Arrays.asList( 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() { private ContactInfo() {

Loading…
Cancel
Save