Skip to content

Commit

Permalink
fix(httpheader): use same Accept-Language as Brave (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 5, 2021
1 parent 60cfa68 commit dad8db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/httpheader/acceptlanguage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package httpheader

// AcceptLanguage returns the Accept-Language header used for measuring.
func AcceptLanguage() string {
return "en-US;q=0.8,en;q=0.5"
return "en-US,en;q=0.9"
}

0 comments on commit dad8db4

Please sign in to comment.