Skip to content
Snippets Groups Projects
  1. May 29, 2023
    • 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.
      Verified
      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.
      Verified
      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.
      Verified
      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.
      Verified
      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.
      Verified
      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.
      Verified
      5197d4b2
    • cypherpunks1's avatar
      fixup! Bug 23247: Communicating security expectations for .onion · c6873709
      cypherpunks1 authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 41785: Show http onion resources as secure in network monitor
      Verified
      c6873709
    • cypherpunks1's avatar
      fixup! Bug 23247: Communicating security expectations for .onion · cd211800
      cypherpunks1 authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 33298: Warn when submitting form data from http onion sites over an insecure connection
      Verified
      cd211800
    • Richard Pospesel's avatar
      Bug 23247: Communicating security expectations for .onion · 5d19b2c1
      Richard Pospesel authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Encrypting pages hosted on Onion Services with SSL/TLS is redundant
      (in terms of hiding content) as all traffic within the Tor network is
      already fully encrypted.  Therefore, serving HTTP pages from an Onion
      Service is more or less fine.
      
      Prior to this patch, Tor Browser would mostly treat pages delivered
      via Onion Services as well as pages delivered in the ordinary fashion
      over the internet in the same way.  This created some inconsistencies
      in behaviour and misinformation presented to the user relating to the
      security of pages delivered via Onion Services:
      
       - HTTP Onion Service pages did not have any 'lock' icon indicating
         the site was secure
       - HTTP Onion Service pages would be marked as unencrypted in the Page
         Info screen
       - Mixed-mode content restrictions did not apply to HTTP Onion Service
         pages embedding Non-Onion HTTP content
      
      This patch fixes the above issues, and also adds several new 'Onion'
      icons to the mix to indicate all of the various permutations of Onion
      Services hosted HTTP or HTTPS pages with HTTP or HTTPS content.
      
      Strings for Onion Service Page Info page are pulled from Torbutton's
      localization strings.
      Verified
      5d19b2c1
    • Alex Catarineu's avatar
      Bug 40073: Disable remote Public Suffix List fetching · 80918d06
      Alex Catarineu authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      In https://bugzilla.mozilla.org/show_bug.cgi?id=1563246 Firefox implemented
      fetching the Public Suffix List via RemoteSettings and replacing the default
      one at runtime, which we do not want.
      Verified
      80918d06
    • Mike Perry's avatar
      Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing · 5d24ce51
      Mike Perry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      eBay and Amazon don't treat Tor users very well. Accounts often get locked and
      payments reversed.
      
      Also:
      Bug 16322: Update DuckDuckGo search engine
      
      We are replacing the clearnet URL with an onion service one (thanks to a
      patch by a cypherpunk) and are removing the duplicated DDG search
      engine. Duplicating DDG happend due to bug 1061736 where Mozilla
      included DDG itself into Firefox. Interestingly, this caused breaking
      the DDG search if JavaScript is disabled as the Mozilla engine, which
      gets loaded earlier, does not use the html version of the search page.
      Moreover, the Mozilla engine tracked where the users were searching from
      by adding a respective parameter to the search query. We got rid of that
      feature as well.
      
      Also:
      This fixes bug 20809: the DuckDuckGo team has changed its server-side
      code in a way that lets users with JavaScript enabled use the default
      landing page while those without JavaScript available get redirected
      directly to the non-JS page. We adapt the search engine URLs
      accordingly.
      
      Also fixes bug 29798 by making sure we only specify the Google search
      engine we actually ship an .xml file for.
      
      Also regression tests.
      
      squash! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing
      
      Bug 40494: Update Startpage search provider
      
      squash! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing
      
      Bug 40438: Add Blockchair as a search engine
      
      Bug 33342: Avoid disconnect search addon error after removal.
      
      We removed the addon in #32767, but it was still being loaded
      from addonStartup.json.lz4 and throwing an error on startup
      because its resource: location is not available anymore.
      Verified
      5d24ce51
    • Georg Koppen's avatar
      Bug 32658: Create a new MAR signing key · e3e4c141
      Georg Koppen authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      It's time for our rotation again: Move the backup key in the front
      position and add a new backup key.
      
      Bug 33803: Move our primary nightly MAR signing key to tor-browser
      
      Bug 33803: Add a secondary nightly MAR signing key
      Verified
      e3e4c141
    • Kathleen Brade's avatar
      Bug 16940: After update, load local change notes. · fe061565
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Add an about:tbupdate page that displays the first section from
      TorBrowser/Docs/ChangeLog.txt and includes a link to the remote
      post-update page (typically our blog entry for the release).
      
      Always load about:tbupdate in a content process, but implement the
      code that reads the file system (changelog) in the chrome process
      for compatibility with future sandboxing efforts.
      
      Also fix bug 29440. Now about:tbupdate is styled as a fairly simple
      changelog page that is designed to be displayed via a link that is on
      about:tor.
      Verified
      fe061565
    • Kathleen Brade's avatar
      Bug 19121: reinstate the update.xml hash check · fc111acf
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      This is a partial revert of commit f1241db6.
      
      Revert most changes from Mozilla Bug 862173 "don't verify mar file hash
      when using mar signing to verify the mar file (lessens main thread I/O)."
      
      We kept the addition to the AppConstants API in case other JS code
      references it in the future.
      Verified
      fc111acf
    • Kathleen Brade's avatar
      Bug 12647: Support symlinks in the updater. · 2789e2cc
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Verified
      2789e2cc
    • Pier Angelo Vendrame's avatar
      fixup! Bug 41668: Tweaks to the Base Browser updater for Tor Browser · aa67f6f1
      Pier Angelo Vendrame authored
      Bug 41776 (fix): Added some missing lines to the previous patch
      Verified
      aa67f6f1
    • Pier Angelo Vendrame's avatar
      fixup! Bug 41668: Tweaks to the Base Browser updater for Tor Browser · 1ababbf3
      Pier Angelo Vendrame authored
      Bug 41776: Keep shipping the old fontconfig file until users have one
      Verified
      1ababbf3
    • Pier Angelo Vendrame's avatar
      Bug 41668: Tweaks to the Base Browser updater for Tor Browser · c8cef130
      Pier Angelo Vendrame authored
      This commit was once part of "Bug 4234: Use the Firefox Update Process
      for Tor Browser.".
      However, some parts of it were not needed for Base Browser and some
      derivative browsers.
      Therefore, we extracted from that commit the parts for Tor Browser
      legacy, and we add them back to the patch set with this commit.
      Verified
      c8cef130
    • Arthur Edelstein's avatar
      Bug 12620: TorBrowser regression tests · 1322b17d
      Arthur Edelstein authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Regression tests for Bug #2950: Make Permissions Manager memory-only
      
      Regression tests for TB4: Tor Browser's Firefox preference overrides.
      
      Note: many more functional tests could be made here
      
      Regression tests for #2874: Block Components.interfaces from content
      
      Bug 18923: Add a script to run all Tor Browser specific tests
      
      Regression tests for Bug #16441: Suppress "Reset Tor Browser" prompt.
      Verified
      1322b17d
    • henry's avatar
      fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser · d99546f6
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 41608 and 41526 - Use KeyboardEvent.repeat to block triggering newly
      focused buttons in about:torconnect. The approach in tor-browser!607
      prevented this by waiting for keyup, but keyup could still be triggered
      by a key event initialized elsewhere. E.g. when pressing Enter to close
      a modal dialog, the Enter's keyup event would be sent to the
      about:torconnect page and trigger the focused button.
      Verified
      d99546f6
    • henry's avatar
      amend! Bug 27476: Implement about:torconnect captive portal within Tor Browser · 173517d6
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 27476: Implement about:torconnect captive portal within Tor Browser
      
      - implements new about:torconnect page as tor-launcher replacement
      - adds new torconnect component to browser
      - tor process management functionality remains implemented in tor-launcher through the TorProtocolService module
      - adds warning/error box to about:preferences#tor when not connected to tor
      
      Bug 40773: Update the about:torconnect frontend page to match additional UI flows.
      
      Bug 41608: Add a toolbar status button and a urlbar "Connect" button.
      Verified
      173517d6
    • Richard Pospesel's avatar
      Bug 27476: Implement about:torconnect captive portal within Tor Browser · 8450aa32
      Richard Pospesel authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      - implements new about:torconnect page as tor-launcher replacement
      - adds tor connection status to url bar and tweaks UX when not online
      - adds new torconnect component to browser
      - tor process management functionality remains implemented in tor-launcher through the TorProtocolService module
      - adds warning/error box to about:preferences#tor when not connected to tor
      - explicitly allows about:torconnect URIs to ignore Resist Fingerprinting (RFP)
      - various tweaks to info-pages.inc.css for about:torconnect (also affects other firefox info pages)
      
      Bug 40773: Update the about:torconnect frontend page to match additional UI flows
      Verified
      8450aa32
    • henry's avatar
      fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in... · f66ea084
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
      
      Bug 41608 - Use the torconnect icon for the onion slash.
      Verified
      f66ea084
    • Richard Pospesel's avatar
      Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection · 13be1899
      Richard Pospesel authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      This patch adds a new about:preferences#connection page which allows
      modifying bridge, proxy, and firewall settings from within Tor Browser.
      All of the functionality present in tor-launcher's Network
      Configuration panel is present:
      
       - Setting built-in bridges
       - Requesting bridges from BridgeDB via moat
       - Using user-provided bridges
       - Configuring SOCKS4, SOCKS5, and HTTP/HTTPS proxies
       - Setting firewall ports
       - Viewing and Copying Tor's logs
       - The Networking Settings in General preferences has been removed
      
      Bug 40774: Update about:preferences page to match new UI designs
      Verified
      13be1899
    • Pier Angelo Vendrame's avatar
    • Kathleen Brade's avatar
      Bug 14631: Improve profile access error messages. · 6771b902
      Kathleen Brade authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Instead of always reporting that the profile is locked, display specific
      messages for "access denied" and "read-only file system".
      
      To allow for localization, get profile-related error strings from Torbutton.
      Use app display name ("Tor Browser") in profile-related error alerts.
      Verified
      6771b902
    • henry's avatar
      fixup! Add TorStrings module for localization · 4018aab1
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 41608 - Add new connection status strings.
      Verified
      4018aab1
    • Alex Catarineu's avatar
      Add TorStrings module for localization · d3f777b1
      Alex Catarineu authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Verified
      d3f777b1
    • Matthew Finkel's avatar
      Bug 25741: TBA: Disable GeckoNetworkManager · 0c82dc81
      Matthew Finkel authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      The browser should not need information related to the network
      interface or network state, tor should take care of that.
      Verified
      0c82dc81
    • Amogh Pradeep's avatar
      Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources. · a609ae80
      Amogh Pradeep authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      See Bug 1357997 for partial uplift.
      
      Also:
      Bug 28051 - Use our Orbot for proxying our connections
      
      Bug 31144 - ESR68 Network Code Review
      Verified
      a609ae80
    • henry's avatar
      fixup! Bug 41600: Add a tor circuit display panel. · b4440a38
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 41770 - Stop blocking event propagation of keydown events that we do
      not handle. This lets the arrow key events pass on to
      ToolbarKeyboardNavigator.
      Verified
      b4440a38
    • henry's avatar
      Bug 41600: Add a tor circuit display panel. · 15b45091
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Verified
      15b45091
    • ma1's avatar
      Bug 8324: Prevent DNS proxy bypasses caused by Drag&Drop · 90e1823b
      ma1 authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 41613: Skip Drang & Drop filtering for DNS-safe URLs
      Verified
      90e1823b
    • Alex Catarineu's avatar
      Bug 10760: Integrate TorButton to TorBrowser core · 00cb6181
      Alex Catarineu authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Because of the non-restartless nature of Torbutton, it required
      a two-stage installation process. On mobile, it was a problem,
      because it was not loading when the user opened the browser for
      the first time.
      
      Moving it to tor-browser and making it a system extension allows it
      to load when the user opens the browser for first time.
      
      Additionally, this patch also fixes Bug 27611.
      
      Bug 26321: New Circuit and New Identity menu items
      
      Bug 14392: Make about:tor behave like other initial pages.
      
      Bug 25013: Add torbutton as a tor-browser submodule
      
      Bug 31575: Replace Firefox Home (newtab) with about:tor
      Verified
      00cb6181
    • henry's avatar
      fixup! Bug 40597: Implement TorSettings module · f0cc11ac
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      Bug 41608 - Ignore tor connection errors when tor connection is
      cancelled by the user. This can happen if the bootstrap process is
      cancelled late in the process.
      
      Also remove unused cancelAutoBootstrapping.
      Verified
      f0cc11ac
    • Richard Pospesel's avatar
      Bug 40597: Implement TorSettings module · ae4f5530
      Richard Pospesel authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      - migrated in-page settings read/write implementation from about:preferences#tor
        to the TorSettings module
      - TorSettings initially loads settings from the tor daemon, and saves them to
        firefox prefs
      - TorSettings notifies observers when a setting has changed; currently only
        QuickStart notification is implemented for parity with previous preference
        notify logic in about:torconnect and about:preferences#tor
      - about:preferences#tor, and about:torconnect now read and write settings
        thorugh the TorSettings module
      - all tor settings live in the torbrowser.settings.* preference branch
      - removed unused pref modify permission for about:torconnect content page from
        AsyncPrefs.jsm
      
      Bug 40645: Migrate Moat APIs to Moat.jsm module
      Verified
      ae4f5530
    • Pier Angelo Vendrame's avatar
    • Pier Angelo Vendrame's avatar
      Bug 13252: Customize profile management on macOS · 0396544a
      Pier Angelo Vendrame authored
      On macOS we allow both portable mode and system installation.
      However, in the latter case, we customize Firefox's directories to
      match the hierarchy we use for the portable mode.
      
      Also, display an informative error message if the TorBrowser-Data
      directory cannot be created due to an "access denied" or a
      "read only volume" error.
      Verified
      0396544a
    • Pier Angelo Vendrame's avatar
      Bug 40562: Added Tor Browser preferences to 000-tor-browser.js · 869c0d86
      Pier Angelo Vendrame authored
      Before reordering patches, we used to keep the Tor-related patches
      (torbutton and tor-launcher) at the beginning.
      After that issue, we decided to move them towards the end.
      
      In addition to that, we have decided to move Tor Browser-only
      preferences there, too, to make Base Browser-only fixups easier to
      apply.
      Verified
      869c0d86
    • henry's avatar
      Bug 41340: Enable TOR_BROWSER_NIGHTLY_BUILD features for dev and nightly builds · aeea4fee
      henry authored and Pier Angelo Vendrame's avatar Pier Angelo Vendrame committed
      tor-browser#41285: Enable fluent warnings.
      Verified
      aeea4fee
Loading