v0.7.18
Fixes DNS-derived HTTP authority matching for delayed package-manager downloads against registries served by short-TTL CDN addresses.
Sandbox now keeps accepted DNS answer attribution for a bounded window even when the DNS TTL is very short. This lets later HTTPS connections to the same resolved registry IP continue matching conn.matchHttp("registry.npmjs.org") instead of falling back to raw IP endpoint policy.
The DNS answer remains the source of authority metadata. Sandbox still does not infer HTTP authority from HTTP Host headers or TLS SNI.