Skip to content

fix(net): allow Accept-Language override - #627

Open
xrip wants to merge 1 commit into
h4ckf0r0day:mainfrom
xrip:fix/accept-language-upstream
Open

fix(net): allow Accept-Language override#627
xrip wants to merge 1 commit into
h4ckf0r0day:mainfrom
xrip:fix/accept-language-upstream

Conversation

@xrip

@xrip xrip commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • keep en-US,en;q=0.9 as the default value
  • allow each ObscuraHttpClient to set its Accept-Language value
  • add a wire-level test for the override

This gives browser profile integrations a small upstream hook without changing current default behavior.

Closes #626.

Tests

  • cargo check -p obscura-net
  • cargo nextest run --release -p obscura-net --no-fail-fast (79 passed)

@xrip xrip changed the title net: allow Accept-Language override fix(net): allow Accept-Language override Aug 11, 2026
@SGavrl SGavrl closed this Aug 14, 2026
@SGavrl SGavrl reopened this Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow per-client Accept-Language

2 participants