ungoogled-software/ungoogled-chromium

Make spellchecker language and Content-Language independent

Open

#2,218 opened on Jan 22, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (Avg merge 1d 11h) (9 merged PRs in 30d)

Description

Description

To enhance fingerprinting protection, spellcheck languages should be separate from Content-Language

Who's implementing?

  • I'm willing to implement this feature myself

The problem

To make fingerprinting harder, I have my language set to en-US,en;q=0.9 though it's not my native language. I would also like to switch the spellchecker to my native language and maybe even other languages that I sometimes use, but I don't want my Content-Language contain those languages as it would make my fingerprint (more) unique.

Possible solutions

Add an option to chrome://settings/languages to exclude selected languages from Content-Language header and exclude them from the header.

Alternatives

No response

Additional context

No response

Contributor guide