mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update http.js
This commit is contained in:
parent
1e45ce428c
commit
feebc38410
10
lib/http.js
10
lib/http.js
|
@ -773,6 +773,16 @@ var HTTPObject = function(engine) {
|
|||
"credential": null
|
||||
};
|
||||
break;
|
||||
|
||||
case "BURPSUITE":
|
||||
this.proxy = {
|
||||
"enabled": true,
|
||||
"protocol": "http",
|
||||
"host": "127.0.0.1",
|
||||
"port": 8080,
|
||||
"credential": null
|
||||
};
|
||||
break;
|
||||
|
||||
default:
|
||||
this.proxy = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user