add FF version for DoH bootstrap

https://bugzilla.mozilla.org/show_bug.cgi?id=1703216
This commit is contained in:
Thorin-Oakenpants 2023-09-17 07:13:37 +00:00 committed by GitHub
parent b845d6bfdd
commit 1e9b6150a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
- If you are not using arkenfox v102-1... (not a definitive list) - If you are not using arkenfox v102-1... (not a definitive list)
- 2815: clearOnShutdown cookies + offlineApps should be false - 2815: clearOnShutdown cookies + offlineApps should be false
- 9999: switch the appropriate deprecated section(s) back on - 9999: switch the appropriate deprecated section(s) back on
ESR115 * ESR115
- use https://github.com/arkenfox/user.js/releases/tag/115.1 - use https://github.com/arkenfox/user.js/releases/tag/115.1
* INDEX: * INDEX:
@ -978,7 +978,7 @@ user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!");
* 0=always (default), 1=only if base domains match, 2=only if hosts match * 0=always (default), 1=only if base domains match, 2=only if hosts match
* [NOTE] Will cause breakage: older modems/routers and some sites e.g banks, vimeo, icloud, instagram ***/ * [NOTE] Will cause breakage: older modems/routers and some sites e.g banks, vimeo, icloud, instagram ***/
// user_pref("network.http.referer.XOriginPolicy", 2); // user_pref("network.http.referer.XOriginPolicy", 2);
/* 5511: set DoH bootstrap address /* 5511: set DoH bootstrap address [FF89+]
* Firefox uses the system DNS to initially resolve the IP address of your DoH server. * Firefox uses the system DNS to initially resolve the IP address of your DoH server.
* When set to a valid, working value that matches your "network.trr.uri" (0712) Firefox * When set to a valid, working value that matches your "network.trr.uri" (0712) Firefox
* won't use the system DNS. If the IP doesn't match then DoH won't work ***/ * won't use the system DNS. If the IP doesn't match then DoH won't work ***/