Update http.js

This commit is contained in:
Namhyeon Go 2022-05-30 19:38:37 +09:00 committed by GitHub
parent 1e45ce428c
commit feebc38410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {