## Summary
- Define `DefaultUserAgent` constant (Firefox/147.0) in `playwright.go`
- Replace all three inline UA strings with the constant
- Previously: two at Firefox/142.0, one outdated at Firefox/133.0
## Test plan
- [x] `go build ./...` passes
- [x] `go test ./...` passes
- [x] `go vet ./...` passes
Closes #17
**Parent:** #31 (Phase 3, PR 8)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Define DefaultUserAgent (Firefox/147.0) in playwright.go and reference
it from NewBrowser, NewInteractiveBrowser, and CLI flags. Previously
three different UA strings existed (two at 142.0, one outdated at 133.0).
Closes#17
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Claude
merged commit 384566e016 into main2026-02-15 16:25:03 +00:00
Claude
deleted branch fix/user-agent-consistency2026-02-15 16:25:03 +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
DefaultUserAgentconstant (Firefox/147.0) inplaywright.goTest plan
go build ./...passesgo test ./...passesgo vet ./...passesCloses #17
Parent: #31 (Phase 3, PR 8)
🤖 Generated with Claude Code