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

feat: add the slim mode for disabling performance-heavy evasions #263

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

barjin
Copy link
Collaborator

@barjin barjin commented Jan 24, 2024

The browser injected with a custom fingerprint hangs for too long on some pages - this is because some of the evasions replace parts of the Web API with less performant mocks.

If the given page relies too much on those Web API parts (calls them too often), this can cause quite serious performance issues. By enabling the new slim option, you can disable some of the evasions - with the potential danger of standing out a bit more to the antibot services.

@barjin barjin added enhancement New feature or request. adhoc Ad-hoc unplanned task added during the sprint. labels Jan 24, 2024
@barjin barjin self-assigned this Jan 24, 2024
@barjin barjin merged commit 1c8b0f5 into master Jan 24, 2024
4 checks passed
@barjin barjin deleted the feat/slim-mode branch January 24, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. enhancement New feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant