Skip to content
Snippets Groups Projects
  1. Jun 14, 2023
  2. Jun 13, 2023
  3. Jun 12, 2023
  4. Jun 10, 2023
  5. Jun 08, 2023
  6. Jun 07, 2023
  7. Jun 06, 2023
  8. Jun 05, 2023
  9. Jun 01, 2023
  10. May 29, 2023
    • ma1's avatar
    • henry's avatar
      Bug 41736: Customize toolbar for tor-browser. · 6270dc80
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      6270dc80
    • Dan Ballard's avatar
      7683964b
    • Pier Angelo Vendrame's avatar
      Bug 41435: Add a Tor Browser migration function · 9587a602
      Pier Angelo Vendrame authored
      For now this function only deletes old language packs for which we are
      already packaging the strings with the application.
      9587a602
    • Pier Angelo Vendrame's avatar
      Bug 11698: Incorporate Tor Browser Manual pages into Tor Browser · c4a5b4ec
      Pier Angelo Vendrame authored
      This patch associates the about:manual page to a translated page that
      must be injected to browser/omni.ja after the build.
      The content must be placed in chrome/browser/content/browser/manual/, so
      that is then available at chrome://browser/content/manual/.
      We preferred giving absolute freedom to the web team, rather than having
      to change the patch in case of changes on the documentation.
      c4a5b4ec
    • Pier Angelo Vendrame's avatar
      Bug 40458: Implement .tor.onion aliases · cba5e42e
      Pier Angelo Vendrame authored
      We have enabled HTTPS-Only mode, therefore we do not need
      HTTPS-Everywhere anymore.
      However, we want to keep supporting .tor.onion aliases (especially for
      securedrop).
      Therefore, in this patch we implemented the parsing of HTTPS-Everywhere
      rulesets, and the redirect of .tor.onion domains.
      Actually, Tor Browser believes they are actual domains. We change them
      on the fly on the SOCKS proxy requests to resolve the domain, and on
      the code that verifies HTTPS certificates.
      cba5e42e
    • henry's avatar
      fixup! Bug 21952: Implement Onion-Location · d8e51ba3
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 41608 - Use the same styling for ".onion available" urlbar button as
      the tor-connect-urlbar-button. This also stops the button from
      overflowing its container like before. Also move to after the bookmark
      button.
      d8e51ba3
    • Alex Catarineu's avatar
      Bug 21952: Implement Onion-Location · 15274076
      Alex Catarineu authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Whenever a valid Onion-Location HTTP header (or corresponding HTML
      <meta> http-equiv attribute) is found in a document load, we either
      redirect to it (if the user opted-in via preference) or notify the
      presence of an onionsite alternative with a badge in the urlbar.
      15274076
    • Kathleen Brade's avatar
      Bug 30237: Add v3 onion services client authentication prompt · 5197d4b2
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      When Tor informs the browser that client authentication is needed,
      temporarily load about:blank instead of about:neterror and prompt
      for the user's key.
      
      If a correctly formatted key is entered, use Tor's ONION_CLIENT_AUTH_ADD
      control port command to add the key (via Torbutton's control port
      module) and reload the page.
      
      If the user cancels the prompt, display the standard about:neterror
      "Unable to connect" page. This requires a small change to
      browser/actors/NetErrorChild.jsm to account for the fact that the
      docShell no longer has the failedChannel information. The failedChannel
      is used to extract TLS-related error info, which is not applicable
      in the case of a canceled .onion authentication prompt.
      
      Add a leaveOpen option to PopupNotifications.show so we can display
      error messages within the popup notification doorhanger without
      closing the prompt.
      
      Add support for onion services strings to the TorStrings module.
      
      Add support for Tor extended SOCKS errors (Tor proposal 304) to the
      socket transport and SOCKS layers. Improved display of all of these
      errors will be implemented as part of bug 30025.
      
      Also fixes bug 19757:
       Add a "Remember this key" checkbox to the client auth prompt.
      
       Add an "Onion Services Authentication" section within the
       about:preferences "Privacy & Security section" to allow
       viewing and removal of v3 onion client auth keys that have
       been stored on disk.
      
      Also fixes bug 19251: use enhanced error pages for onion service errors.
      5197d4b2
Loading