Add 7 new stealth init scripts covering WebGL fingerprinting, Chrome API stubs (chrome.app/csi/loadTimes), navigator.permissions.query, Notification constructor, navigator.connection, CDP artifact cleanup (cdc_* globals), and HeadlessChrome UA string stripping
Enable Chromium's new headless mode (Channel: "chromium") when stealth + Chromium + headless, which uses the full UI rendering layer that is significantly harder to detect than legacy headless
Add 8 new unit tests verifying script count (now 12) and content of each new script
go test ./... passes (all 8 new tests + existing tests)
go vet ./... clean
CI workflow passes (build + test + vet)
## Summary
- Add 7 new stealth init scripts covering WebGL fingerprinting, Chrome API stubs (`chrome.app`/`csi`/`loadTimes`), `navigator.permissions.query`, `Notification` constructor, `navigator.connection`, CDP artifact cleanup (`cdc_*` globals), and HeadlessChrome UA string stripping
- Enable Chromium's new headless mode (`Channel: "chromium"`) when stealth + Chromium + headless, which uses the full UI rendering layer that is significantly harder to detect than legacy headless
- Add 8 new unit tests verifying script count (now 12) and content of each new script
Closes #58
## Test plan
- [x] `go build ./...` passes
- [x] `go test ./...` passes (all 8 new tests + existing tests)
- [x] `go vet ./...` clean
- [ ] CI workflow passes (build + test + vet)
Add 7 new init scripts to cover WebGL fingerprinting, missing Chrome
APIs, permissions behavior, CDP artifacts, and HeadlessChrome UA string.
Enable Chromium's new headless mode (Channel: "chromium") when stealth
is active to use the full UI layer that is harder to detect.
Closes#58
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Claude
merged commit 3357972246 into main2026-02-17 22:47:35 +00:00
Claude
deleted branch fix/enhanced-stealth-mode2026-02-17 22:47:36 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
chrome.app/csi/loadTimes),navigator.permissions.query,Notificationconstructor,navigator.connection, CDP artifact cleanup (cdc_*globals), and HeadlessChrome UA string strippingChannel: "chromium") when stealth + Chromium + headless, which uses the full UI rendering layer that is significantly harder to detect than legacy headlessCloses #58
Test plan
go build ./...passesgo test ./...passes (all 8 new tests + existing tests)go vet ./...clean