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
x.com sends a single header line that's 10043 bytes. We currently limit individual header lines to 4096 bytes. Thinking out loud, we could:
1 - increase the maximum allowed header line
2 - ignore any very large header (with a log message)
3 - ignore this specific header content-security-policy for all websites
Any of these behaviors could be under a CLI flag.... e..g ./lightpanda --max_header_len 100000 --ignore_response_header 'content-security-policy'
To reproduce, begin with example from README and replace URL to "https://x.com"
which results in failure on the client
because of this error in running lightpanda instance
The text was updated successfully, but these errors were encountered: