stephenfewer / grinder

Grinder is a system to automate the fuzzing of web browsers and the management of a large number of crashes.
BSD 3-Clause "New" or "Revised" License
415 stars 131 forks source link

Fix issue with sending data over HTTP when webstats_https is true #34

Closed wchen-r7 closed 10 years ago

wchen-r7 commented 10 years ago

So I noticed that when $webstats_https is set to true in the config file, the node would still keep sending HTTP traffic to the server. After some debugging I realized $webstats_https wasn't actually being passed to WebStats, so here's my fix.

stephenfewer commented 10 years ago

facepalm! many thanks for the fix :)