v1.1.2: stop blocking secret-shaped URLs in NetworkPolicy
Network policy
NetworkPolicy no longer refuses URLs that look like they carry an API key or JWT (query/path heuristics for sk-…, ghp_…, JWTs, etc.). That check and the blockSecretBearingUrls option are gone.
Still blocked as before:
- Cloud instance-metadata endpoints (unliftable)
- Non-web schemes (only
http/https/ws/wss, plusabout:blank/data:/blob:) - Optional private/loopback hardening and
blockHosts/allowHosts
Docs, TypeScript types, unit tests, and policy conformance vectors match the new posture.