[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.1esr-13.0-1] 2 commits: fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-115.2.1esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • e18a0457
    by Henry Wilkes at 2023-09-13T12:58:06+01:00
    fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js
    
    Bug 41906: Lock network.trr.mode to be explicitly off.
    
  • 22685798
    by Henry Wilkes at 2023-09-13T12:58:06+01:00
    Bug 41906: Hide DNS over HTTPS preferences.
    

2 changed files:

Changes:

  • browser/app/profile/000-tor-browser.js
    ... ... @@ -29,6 +29,9 @@ pref("network.proxy.failover_direct", false);
    29 29
     pref("network.security.ports.banned", "", locked);
    
    30 30
     pref("network.dns.disabled", true); // This should cover the #5741 patch for DNS leaks
    
    31 31
     pref("network.http.max-persistent-connections-per-proxy", 256);
    
    32
    +// Disable DNS over HTTPS. Set to explicitly off MODE_TRROFF = 5.
    
    33
    +// See tor-browser#41906.
    
    34
    +pref("network.trr.mode", 5, locked);
    
    32 35
     
    
    33 36
     // Treat .onions as secure
    
    34 37
     pref("dom.securecontext.allowlist_onions", true);
    

  • browser/components/preferences/privacy.inc.xhtml
    ... ... @@ -1193,11 +1193,12 @@
    1193 1193
     <hbox id="DoHCategory"
    
    1194 1194
           class="subcategory"
    
    1195 1195
           hidden="true"
    
    1196
    -      data-category="panePrivacy">
    
    1196
    +      data-category="panePrivacy"
    
    1197
    +      data-hidden-from-search="true">
    
    1197 1198
       <html:h1 data-l10n-id="preferences-doh-header"/>
    
    1198 1199
     </hbox>
    
    1199 1200
     
    
    1200
    -<groupbox id="dohBox" data-category="panePrivacy" data-subcategory="doh" hidden="true" class="highlighting-group">
    
    1201
    +<groupbox id="dohBox" data-category="panePrivacy" data-subcategory="doh" data-hidden-from-search="true" hidden="true" class="highlighting-group">
    
    1201 1202
       <label class="search-header" searchkeywords="doh trr" hidden="true"><html:h2 data-l10n-id="preferences-doh-header"/></label>
    
    1202 1203
       <vbox flex="1">
    
    1203 1204
         <html:span id="dohDescription" class="tail-with-learn-more" data-l10n-id="preferences-doh-description"></html:span>
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits