Hi,

In 2019/09/08, about Firefox and DoH by default, Otto Moerbeek suggested to add 
the string ' network.trr.mode=5' into file 'all-openbsd.js'.

https://marc.info/?l=openbsd-ports&m=156794162705366&w=2

Wouldn't it be interesting to do the same for Thunderbird, knowing that this 
option can be enabled by default?

Just for the example, I attach a diff based on stable; if it's OK, I can 
transmit a diff, based on current.
Yes or no?
Index: files/all-openbsd.js
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/files/all-openbsd.js,v
retrieving revision 1.2
diff -u -p -r1.2 all-openbsd.js
--- files/all-openbsd.js        29 Apr 2014 21:34:09 -0000      1.2
+++ files/all-openbsd.js        7 Nov 2019 16:58:15 -0000
@@ -2,3 +2,4 @@
 // enable systemwide extensions by default
 pref("extensions.autoDisableScopes", 3);
 pref("spellchecker.dictionary_path", "${LOCALBASE}/share/mozilla-dicts/");
+pref("network.trr.mode", 5);

Reply via email to