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
fix: cap query string length, JSON values, and screenshot delay
Add input validation caps to OG image context resolution:
- Reject query strings over 2048 characters (400 error)
- Silently drop JSON query param values over 4096 characters
- Clamp screenshot.delay to 0-10000ms range
0 commit comments