Skip to content
Snippets Groups Projects
Select Git revision
  • base-browser-102.9.0esr-12.5-1-build1
  • tor-browser-140.3.0esr-15.0-1 default protected
  • base-browser-140.3.0esr-15.0-1 protected
  • tor-browser-128.14.0esr-14.5-1 protected
  • tor-browser-115.28.0esr-13.5-1 protected
  • tor-browser-143.0a1-16.0-2 protected
  • tor-browser-143.0a1-16.0-1 protected
  • tor-browser-140.2.0esr-15.0-1 protected
  • base-browser-140.2.0esr-15.0-1 protected
  • tor-browser-115.27.0esr-13.5-1 protected
  • base-browser-128.14.0esr-14.5-1 protected
  • tor-browser-115.26.0esr-13.5-1 protected
  • tor-browser-142.0a1-16.0-2 protected
  • tor-browser-142.0a1-16.0-1 protected
  • tor-browser-140.1.0esr-15.0-1 protected
  • base-browser-140.1.0esr-15.0-1 protected
  • base-browser-128.13.0esr-14.5-1 protected
  • tor-browser-128.13.0esr-14.5-1 protected
  • tor-browser-141.0a1-16.0-2 protected
  • base-browser-141.0a1-16.0-2 protected
  • tor-browser-141.0a1-16.0-1 protected
  • tor-browser-140.3.0esr-15.0-1-build3 protected
  • base-browser-143.0a1-16.0-2-build1 protected
  • tor-browser-143.0a1-16.0-2-build1 protected
  • tor-browser-128.14.0esr-14.5-1-build5 protected
  • tor-browser-128.14.0esr-14.5-1-build4 protected
  • tor-browser-140.3.0esr-15.0-1-build2 protected
  • tor-browser-115.28.0esr-13.5-1-build2 protected
  • tor-browser-128.14.0esr-14.5-1-build3 protected
  • tor-browser-115.28.0esr-13.5-1-build1 protected
  • base-browser-140.3.0esr-15.0-1-build1 protected
  • tor-browser-140.3.0esr-15.0-1-build1 protected
  • FIREFOX_140_3_0esr_BUILD1 protected
  • tor-browser-143.0a1-16.0-1-build1 protected
  • FIREFOX_115_28_0esr_BUILD1 protected
  • tor-browser-140.2.0esr-15.0-1-build3 protected
  • tor-browser-115.27.0esr-13.5-1-build3 protected
  • tor-browser-115.27.0esr-13.5-1-build2 protected
  • tor-browser-115.27.0esr-13.5-1-build1 protected
  • base-browser-140.2.0esr-15.0-1-build2 protected
  • base-browser-128.14.0esr-14.5-1-build2 protected
41 results

tor-browser

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Pier Angelo Vendrame's avatar
    Pier Angelo Vendrame authored and Richard Pospesel committed
    Firefox computes an internal network ID used to detect network changes
    and act consequently (e.g., to improve WebSocket UX).
    However, there are a few ways to get this internal network ID, so we
    patch them out, to be sure any new code will not be able to use them and
    possibly link users.
    
    We also sent a patch to Mozilla to seed the internal network ID, to
    prevent any accidental leak in the future.
    Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1817756
    53121e55
    History
    An explanation of the Firefox Source Code Directory Structure and links to
    project pages with documentation can be found at:
    
        https://firefox-source-docs.mozilla.org/contributing/directory_structure.html
    
    For information on how to build Firefox from the source code and create the patch see:
    
        https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
    
    If you have a question about developing Firefox, and can't find the solution
    on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.
    
    
    Nightly development builds can be downloaded from:
    
        https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
                - or -
        https://www.mozilla.org/firefox/channel/desktop/#nightly
    
    Keep in mind that nightly builds, which are used by Firefox developers for
    testing, may be buggy.