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

removing proxy.txt with no alerts #23

Open
dzxt opened this issue Oct 28, 2023 · 1 comment
Open

removing proxy.txt with no alerts #23

dzxt opened this issue Oct 28, 2023 · 1 comment

Comments

@dzxt
Copy link

dzxt commented Oct 28, 2023

I'm using a browser profile created in BAS (profile directory)

const { plugin } = require('playwright-with-fingerprints');
plugin.useProfile(path.resolve('C:...whatever'), {
loadFingerprint: true,
loadProxy: true,
});

If the proxy is invalid (I actually changed the http->socks type)

  1. the plugin removes the proxy.txt file and
  2. starts a browser instance using a direct connection, so my "real" ip is compromised.

Please fix this or send me brief instructions on how I can fix it and I will make a pull request

@mash40
Copy link

mash40 commented Jan 17, 2025

Did you find any solution for this, even I am facing the same issue.

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

No branches or pull requests

2 participants