-
Notifications
You must be signed in to change notification settings - Fork 780
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
Pull request #129
Open
AquaWang
wants to merge
871
commits into
webmetrics:master
Choose a base branch
from
lightbody:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pull request #129
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MITM module and MITM support
Dependency updates
Text updates for beta-4 release
Added test demonstrating short-circuiting with Javascript filters
…gth-not-available Remove test dependency on unlimited strength policy files
…nnect Require HTTP method to blacklist CONNECTs
Add EC builder to ImpersonatingMitmManager
Fix for cookie expiration in HAR files
…valent from MITM module in order to remove legacy ProxyServer dependency on ancient version of Bouncy Castle.
Remove dependency on ancient Bouncy Castle
Fixed broken ca-certificate-rsa.cer link
…'s auto basic auth support
Add auto basic authentication to LittleProxy implementation
Ignore Eclipse generated files in modules too.
…roxy REST API call
…alone Add useEcc convenience option to BrowserMobProxyServer and REST API
Updated jackson, slf4j, and LP build
Updated MITM documentation and LP version
…ecated HostAndPort.getHostText() with .getHost().
…encies Fix incompatibility with Guava 22 & update other dependencies
Deprecate dnsjava
Operations may take less than 1 millisecond at powerful machines, so rounding to milliseconds results to 0 time duration. Usage of nanoseconds allows to make tests more stable
Use nanoseconds in dns tests
…ndencies Removed tests from legacy HarTest that used external websites
Readme typo fix
Update cacerts
I had issues finding "trustAllServers" parameters. I figure other people have this issue as well, so I decided to add the /proxy POST request with its full sets of parameters to this file. You can see the list of input parameters for /proxy in browersmob-rest/src/main/java/net.lightbody.bmp.proxy.bricks.newProxy(...) Full set of System Parameters: http.proxyHost - Deprecated http.proxyPort - Deprecated Full set of HTTP parameters includes: httpProxy - Deprecated proxyUsername proxyPassword bindAddress serverBindAddress port useEcc trustAllServers
Readme updates
provided, and travis' openjdk7 does not contain the necessary SunEC elliptic curve provider.
Updated netty, bouncycastle, and log4j versions
Fix some syntax errors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.