Conversation
…with proxy (#3) By setting the header Stealthium-Proxy in requests, we are able to supply a proxy following the Chromium-standard string format you would use when passing --proxy-server launch param: https=127.0.0.1:8899;http=127.0.0.1:8899 https=http://user:pass@127.0.0.1:8899;http=http://user:pass@127.0.0.1:8899 The header will never reach the final destination, as it is removed at low-level network stack here.
Override ChromeMainDelegate and ChromeContentRendererClient with Ghost-derived ones. Build passes; GhostContentRendererClient ctor will log to console.
registers startup task for the fingerprint manager there gotta migrate it in the ghost embedder instead
add user agent implementation scoped to the content browser client makes the UA patched browser-wide, not just js side
adding an absl::nullopt check. --single-process seems to cause a weird race condition whereas the useragentmetadata is null but the fingerprint is loaded. must check!
args weren't being ordered correctly
Accept functions as third argument to support legacy utility function signatures
NDEBUG param bug
This file contains hidden or 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
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.
This is the alpha release that comes with the ability to launch GC with a
--fingerprintargument.Quick start
Recommended and tested setup using docker compose and puppetask (VNC ready)
Known caveats