The @MozDevNet@twitter.com page about `dns-prefetch` suggests to use both `preconnect` and `dns-prefetch`:
https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch
I thought `preconnect` would be enough, implying the DNS, isn't it?
True for both `<link>` and HTTP header?