cog icon indicating copy to clipboard operation
cog copied to clipboard

launcher: set preferred language list from system locale

Open rawoul opened this issue 1 year ago • 2 comments

This changes the Accept-Language header to match the system locale by default.

rawoul avatar Aug 28 '24 10:08 rawoul

Thanks for the review, I've fixed the issues you raised and factored the code in a separate function for clarity.

rawoul avatar Aug 29 '24 09:08 rawoul

I have one concern, this exposes system information directly to the web which adds information for fingerprinting. Browsers like Safari specifically filter and reduce this list to make it less unique.

If this does or doesn't matter to Cog is probably for another dev to decide.

TingPing avatar Aug 29 '24 18:08 TingPing