-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes and additional options. #55
base: master
Are you sure you want to change the base?
Conversation
Schamper
commented
Aug 10, 2016
- Fixes request interceptors/filters.
- Additional options for binding.
- Additional options for proxy creation.
Could you rebase this please and I will get it merged |
I would rebase this if I could. 👍 |
it'd be nice if this was merged 👍 |
Looks like I am going to have to manually try rebase this. The previous rebase doesnt appear to be clean and has other commits. WIll try get to it soon |
data=js) | ||
return r.status_code | ||
|
||
def request_filter(self, js): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Could this method help me to prevent interception of all websocket connections according to this issue? lightbody/browsermob-proxy#408
If so - what should I write in js function?
Thanks in advance!