Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
9d3722cd
by Richard Pospesel at 2023-02-15T13:55:19+00:00
1 changed file:
Changes:
| ... | ... | @@ -38,9 +38,6 @@ pref("dom.securecontext.allowlist_onions", true); |
| 38 | 38 | // Disable HTTPS-Only mode for .onion domains (tor-browser#19850)
|
| 39 | 39 | pref("dom.security.https_only_mode.upgrade_onion", false);
|
| 40 | 40 | |
| 41 | -// tor-browser#22320: Hide referer when comming from a .onion address
|
|
| 42 | -pref("network.http.referer.hideOnionSource", true);
|
|
| 43 | - |
|
| 44 | 41 | // Bug 40423/41137: Disable http/3
|
| 45 | 42 | // We should re-enable it as soon as Tor gets UDP support
|
| 46 | 43 | pref("network.http.http3.enabled", false);
|