ungoogled-software/ungoogled-chromium

Make spellchecker language and Content-Language independent

Open

#2,218 opened on 2023年1月22日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (平均マージ 1d 11h) (30d で 9 merged PRs)

説明

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

コントリビューターガイド