docs(proposal): Firefox-based stealth option#905
Draft
feder-cr wants to merge 1 commit into
Draft
Conversation
Adds a stub proposal for an optional Firefox-based stealth backend parallel to the existing Chromium-based Playwright setup. Opened as draft to check interest before building the launch helper switch.
Author
|
@NanmiCoder 这个隐身 Firefox 引擎选项有兴趣吗?opt-in, no change to the default flow. happy to close if not useful. |
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.
opening as draft to check interest before building the launch helper switch.
would an optional Firefox-based stealth backend be in scope for the Playwright launch path, parallel to the existing Chromium setup? selected via config, no change to defaults.
motivation: saved-login plus Playwright is the project's core technique, but sessions still get flagged by platform fingerprint checks over time. a second engine option with stealth patches at the C++ source level gives operators a fallback when Chromium-based sessions start getting banned.
the backend would wrap feder-cr/invisible_playwright, which drives a patched Firefox 150 (feder-cr/invisible_firefox, MPL-2, same license as Firefox upstream). drop-in compatible with the existing
playwright.async_apiusage, sameBrowserContext, same login state, same JS expression evaluation.this PR only adds an RFC stub in docs/ so the proposal has somewhere concrete to land. tracking discussion: #904
if the answer is "not in scope" i'll close it without noise.