Skip to content
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

Add feature to disable auto attach target #170

Closed
wants to merge 5 commits into from
Closed

Add feature to disable auto attach target #170

wants to merge 5 commits into from

Conversation

escritorio-gustavo
Copy link
Contributor

@escritorio-gustavo escritorio-gustavo commented Sep 1, 2023

This PR is closed in favor of #174

Create a `enable_stealth_mode` function on the `Page` struct based on
`headless_chrome`'s implementation to make it harder for websites to
block users of this crate
This will fix #163, I'm adding this as an opt-in feature because I'm not sure if it has other side effects
@escritorio-gustavo
Copy link
Contributor Author

Idk why this pull request included the stealth mode commit again, I must've done something wrong when I made that PR, but you can check the commits to see the code hasn't been changed at all

@escritorio-gustavo
Copy link
Contributor Author

Also, I just realized this should be named disable_auto_attach_target, as I for some reason had debugger in my head when writing the fix, sorry about the confusion, I will commit a fix

@escritorio-gustavo escritorio-gustavo changed the title Add feature to disable debugger auto attach Add feature to disable auto attach target Sep 1, 2023
Note: there is still one clippy warning on `chromiumoxide_fetcher\src\browser`, but it's about the name of a `pub` method, so changing it would be a breaking change, which I didn't want to cause
@escritorio-gustavo
Copy link
Contributor Author

escritorio-gustavo commented Sep 5, 2023

Closing this PR in favor of @chirok11's implementation, see #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant