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
Forward all viewer headers/cookies/query strings on uncached CloudFront routes
Replaces the overly-restrictive forward_host and forward_host_with_refresh_cookie
origin request policies (which only whitelisted the Host header) with a single
forward_all policy using allViewer for headers, cookies, and query strings.
Previously, headers like User-Agent were stripped before reaching Rails, so
Sentry events from server-side errors lacked browser context. Since all affected
behaviors use the no-cache cache policy (TTL=0), there is no caching tradeoff.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments