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

Change the PluginEvasion class to public so that Remove can be called. fix: can not login google #41

Closed

Conversation

namilkimfree
Copy link

@namilkimfree namilkimfree commented Aug 25, 2022

Pr:
Change the PluginEvasion class to public so that Remove can be called from outside.

related links: berstend/puppeteer-extra#668

stealth Plugin detected on [Gmail&Google] after Login page

reflects the issue.

Info:
To log in to google

        var plugin = new StealthPlugin();
          plugin.RemoveEvasionByType<PluginEvasion>();
          plugin.RemoveEvasionByType<ContentWindow>();

screenshot

image

… from outside

Package version up lasted: PuppeteerSharp, RestSharp


Fix google can not login issue

Updated puppeteer-sharp version 7.1.0. whereby the issue below seems to have been fixed automatically.
AnonymizeUaPlugin not working in puppetsharp 7.1.0

fix: #39 #24 #40

… from outside

Package version up lasted: PuppeteerSharp, RestSharp

---
Fix google can not login issue

related links: berstend/puppeteer-extra#668
@namilkimfree namilkimfree changed the title Change the PluginEvasion class to public so that Remove can be called… Change the PluginEvasion class to public so that Remove can be called. fix: can not login google Aug 25, 2022
@namilkimfree
Copy link
Author

hello @Overmiind

could be check please?

@namilkimfree
Copy link
Author

https://www.nuget.org/packages/PuppeteerExtraSharp-Custom/

I have deployed a custom version for my use.

@Overmiind
Copy link
Owner

Was fixed by #49

@Overmiind Overmiind closed this Mar 16, 2023
@daniil-steperev
Copy link

@namilkimfree, thank you very much for your solution! This bug has been driving me crazy all day :))

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.

"This browser or app may not be secure" appears again.
4 participants