From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 185A4158089 for ; Tue, 26 Sep 2023 12:07:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AA042BC025; Tue, 26 Sep 2023 12:07:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 449842BC025 for ; Tue, 26 Sep 2023 12:07:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5991A335D16 for ; Tue, 26 Sep 2023 12:07:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A4A10D2 for ; Tue, 26 Sep 2023 12:07:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1695730014.014a608f524a43d3c95eea95435237aa19d8f2b9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/files/README.gentoo X-VCS-Directories: www-client/firefox/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 014a608f524a43d3c95eea95435237aa19d8f2b9 X-VCS-Branch: master Date: Tue, 26 Sep 2023 12:07:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2eef75a-0927-487c-ad3b-1d1d1582330b X-Archives-Hash: 41d12273ad9208651fa15a17cb70d6a7 commit: 014a608f524a43d3c95eea95435237aa19d8f2b9 Author: Joonas Niilola gentoo org> AuthorDate: Tue Sep 26 12:06:54 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 26 12:06:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014a608f www-client/firefox: git add the README.gentoo file for 118.0... Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/files/README.gentoo | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/www-client/firefox/files/README.gentoo b/www-client/firefox/files/README.gentoo new file mode 100644 index 000000000000..a9d724c458b4 --- /dev/null +++ b/www-client/firefox/files/README.gentoo @@ -0,0 +1,28 @@ + +## DoH +Note regarding Trusted Recursive Resolver aka DNS-over-HTTPS (DoH): +Due to privacy concerns (encrypting DNS might be a good thing, sending all DNS +traffic to Cloudflare by default is not a good idea and applications should +respect OS configured settings), "network.trr.mode" was set to 5 ("Off by +choice") by default. +You can enable DNS-over-HTTPS in Firefox's preferences. + + +## Normandy +Upstream operates a service named Normandy which allows Mozilla to push changes +for default settings or even install new add-ons remotely. While this can be +useful to address problems like 'Armagadd-on 2.0' or revert previous decisions +to disable TLS 1.0/1.1, privacy and security concerns prevail, which is why we +have switched off the use of this service by default. + +To re-enable this service set the following in "about:config": + app.normandy.enabled=true + + +## Firefox >100 compatibility +Unfortunately Firefox-100.0 breaks compatibility with some sites using +useragent checks. To temporarily fix this, enter about:config and modify +network.http.useragent.forceVersion preference to "99" Or install an addon to +change your useragent. +See: https://support.mozilla.org/en-US/kb/difficulties-opening-or-using-website-firefox-100 +