Switch up the languages

This commit is contained in:
Geoffrey Frogeye 2025-01-21 00:20:52 +01:00
parent e6656923e0
commit 6d6a991fa5
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 4 additions and 4 deletions

View file

@ -156,7 +156,7 @@
# config.set("content.cookies.accept", "no-3rdparty", "chrome://*/*")
cookies.accept = "no-3rdparty";
prefers_reduced_motion = true;
headers.accept_language = "fr-FR, fr;q=0.9, en-GB;q=0.8, en-US;q=0.7, en;q=0.6";
headers.accept_language = "en-GB,en;q=0.9";
tls.certificate_errors = "ask-block-thirdparty";
javascript.clipboard = "access"; # copy-paste is fine
};