In Express.js application the code is sensitive if the https://www.npmjs.com/package/dns-prefetch-control[dns-prefetch-control] middleware is not used or used without the recommended value:
app.use(dnsPrefetchControl({ allow: true })); // Sensitive: allowing DNS prefetching is security-sensitive
----
== Compliant Solution
In Express.js application the https://www.npmjs.com/package/dns-prefetch-control[dns-prefetch-control] middleware is the standard way to implement X-DNS-Prefetch-Control header: