Closed BBerastegui closed 5 years ago
Do you encounter this issue when using the currently unreleased v0.8 (via git) ?
Do you have a stack trace?
I think I'd rather wait for Node.js to fix this, though.
From https://github.com/nodejs/node/issues/21509#issuecomment-399781487:
The
\u0001
turns into a control character when encoded to ASCII or UTF-8 and those are rejected as a security measure. That's working as expected.
I was testing several sites, and I found this error on one specific example:
This seems to be a known error that can be "solved": https://github.com/nodejs/node/issues/22064#issuecomment-519675190
Environment:
v12.10.0