From 6bc6c7c0264fc989963efb2b8e298535a7daf95f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 18 Sep 2019 09:14:03 +0200 Subject: [PATCH] =?UTF-8?q?Disabled=20DoH=20by=20default=20(rhbz#1751410),?= =?UTF-8?q?=20patch=20by=20Eduardo=20M=C3=ADnguez=20P=C3=A9rez=20(eminguez?= =?UTF-8?q?).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firefox-redhat-default-prefs.js | 4 +++- firefox.spec | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index 1513345..8faf36c 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -29,4 +29,6 @@ pref("browser.display.use_system_colors", false); pref("layers.use-image-offscreen-surfaces", false); /* Allow sending credetials to all https:// sites */ pref("network.negotiate-auth.trusted-uris", "https://"); -pref("spellchecker.dictionary_path","/usr/share/myspell"); \ No newline at end of file +pref("spellchecker.dictionary_path","/usr/share/myspell"); +/* Disable DoH by default */ +pref("network.trr.mode", 5); diff --git a/firefox.spec b/firefox.spec index d4dad86..04ace3b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -94,7 +94,7 @@ ExcludeArch: ppc64le Summary: Mozilla Firefox Web browser Name: firefox Version: 69.0 -Release: 9%{?pre_tag}%{?dist} +Release: 10%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -968,6 +968,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Sep 18 2019 Martin Stransky - 69.0-10 +- Disabled DoH by default (rhbz#1751410), + patch by Eduardo Mínguez Pérez (eminguez). + * Tue Sep 17 2019 Martin Stransky - 69.0-9 - Enable Wayland cache mode control (mozbz#1577024)