This.
For now error log can include Options#reset and Options#patch parts with proxy address:port and auth data. Error log should erase this data or, at least, ask for user consent and highlight it in log.
"fallbackProxy"
"port"
"host"
"proxyForHttp"
"port"
"host"
"proxyForHttps"
"port"
"host"
"proxyForFtp"
"port"
"host"
"auth"
"proxyForHttp"
"username"
"password"
"proxyForHttps"
"username"
"password"
"proxyForFtp"
"username"
"password"
Reproduced on my Chrome 60.
Good catch. I think I totally forgot this. Let me patch it.
For now please restart Chrome after you change options. The logs will be cleared.
Most issues can be reproduced without changing options though.
"auth": {
"fallbackProxy": {
"password": "<secret>",
"username": "<secret>"
}
},
"fallbackProxy": {
"host": "<secret>",
"port": "<secret>"
},
Now you can only see a bunch of <secret> in the logs for host, port, username and password. Please let me know if you have other concerns. Note that we're not going to remove profile names since they are usually necessary to debug issues.
Most helpful comment
Now you can only see a bunch of
<secret>in the logs forhost,port,usernameandpassword. Please let me know if you have other concerns. Note that we're not going to remove profile names since they are usually necessary to debug issues.