You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(public): unified policy page with sub-tabs (scanning + data + identity)
Extracted #scanning-policy, #scanner-identity, #data-policy from
public-site.html into a single templates/public/policy.html with
path-driven sub-tab activation. Routes /scanning-policy, /scanner-identity,
/data-policy now serve this page; the active sub-tab is determined by the
request path (JS reads window.location.pathname; falls back to direct
linking if JS disabled).
Test: public_policy_routes_serve_policy_content
(GETs each path, asserts 200 + all three section ids present).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments