Set user agent to NUL in the --user-agent flag #2186
-
|
Hi,
So question is, is there a way that I can add and arbitrary ascii character or some other technique to bypass this sanitazation ? or any part of the code that I can change so it would allow me to have an empty useragent in this switch which would enable my extension to generate random useragents without being detected ? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don't think so.
would be a security bug and a big one at that. |
Beta Was this translation helpful? Give feedback.
I don't think so.
it is necessary to eliminate cr/lf since the presence of cr/lf would allow any header to be inserted in the http request header.
would be a security bug and a big one at that.