Skip to content
Permalink
19459+4

Commits on Nov 8, 2016

Commits on Nov 7, 2016

  1. Bug 20347: Remove "Custom" checkbox; show "Restore defaults" button

    This patch moves the security slider code from torbutton.js
    to its own file (security-prefs.js) and refactors it.
    arthuredelstein authored and gk-tpo committed Nov 7, 2016

Commits on Oct 20, 2016

  1. Bug 20111: use Unix domain sockets for SOCKS port by default

    Retrieve SOCKS port configuration from Tor Launcher if available.
    Support the TOR_SOCKS_IPC_PATH environment variable.
    
    Consistently use IPC to refer to Unix domain sockets.
    
    Enhance torbutton_local_tor_check() to correctly handle spaces and
    escaped characters within the 'GETINFO net/listeners/socks' response.
    
    Within startup-observer.js, use Services.jsm, Cc and similar
    constants, and remove unused code.
    Kathy Brade authored and gk-tpo committed Oct 20, 2016
  2. Bug 20394: Remove obsolete code

    arthuredelstein authored and gk-tpo committed Oct 20, 2016

Commits on Oct 14, 2016

  1. Bug 20244.4: Remove 'Change details that distinguish you...' checkbox

    Also, remove the 'extensions.torbutton.resist_fingerprinting' pref
    and just use the 'privacy.resistFingerprinting' pref instead. We will
    use this to implement a checkbox in the about:preferences#privacy page.
    arthuredelstein committed Oct 14, 2016
  2. Bug 20244.3: Remove 'restrict third party cookies...' checkbox

    Also, we remove the 'extensions.torbutton.restrict_thirdparty'
    and use the 'privacy.thirdparty.isolate' pref. At the same time we
    will need to add a checkbox to the about:preferences#privacy page
    that toggles 'privacy.thirdparty.isolate'.
    
    Note that 'privacy.thirdparty.isolate' will be renamed to
    'privacy.firstparty.isolate' in Firefox 52.
    arthuredelstein committed Oct 14, 2016
  3. Bug 20244.2: Remove 'disable browser plugins' checkbox

    This patch also removes the 'extensions.torbutton.no_tor_plugin'
    pref and simply uses the 'plugin.disable' pref instead.
    
    Thanks to our patch for Bug 10280 in tor-browser.git,
    buttons on the plugins section of about:addons
    already let you "Enable plugins" and "Disable plugins"
    (i.e., toggle the 'plugin.disable' pref).
    
    Also it's probably better to remove this footgun in the UI.
    arthuredelstein committed Oct 14, 2016
  4. Bug 20244.1: Remove "block-disk" checkbox from Privacy & Security Set…

    …tings
    
    An equivalent checkbox, "Always use private browsing mode"
    is already available in about:preferences#privacy. Better to leave
    it more hidden from the user in any case, as it is inadvisable
    to disable private browsing mode.
    
    We remove the 'extensions.torbutton.block_disk' pref and use the
    'browser.privatebrowsing.autostart' pref instead, because they
    are equivalent.
    arthuredelstein committed Oct 14, 2016

Commits on Sep 26, 2016

  1. Bug 20123: Remove code to enable remote jars at low security

    We'll also use add a patch to disable remote jars in tor-browser.git
    arthuredelstein committed Sep 26, 2016
  2. Bug 17904: Allow P&S Settings dialog to resize

    If the dialog is too small to show all descriptions, then the
    descriptions text area will show a scrollbar.
    arthuredelstein authored and gk-tpo committed Sep 26, 2016
Older