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