Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Open additional URLs with the same TorBrowser instance #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 23, 2019

  1. Open additional URLs with the same TorBrowser instance

    When we looked at the history of issues about opening links with TorBrowser, we
    found torproject#103 where initially the feature to open links from other applications
    was added. Then some months later, the feature was removed again, as it was not
    working because of torproject#157 and torproject#175. The issues was back then (~4years ago), that
    when users had a normal Firefox running, urls got opened in the normal firefox
    insead of TorBrowser. That was because TorBrowser had the --no-remote flag set
    deep down in their code.
    In the meanwhile TorBrowser removed the explicit --no-remote flag, so we are
    able to use --allow-remote again.
    On top of that there is another issue when we want open urls with TorBrowser:
    If the LOGNAME is the same as the LOGNAME of the opened firefox, urls are still
    opened in the open firefox. But if we set the LOGNAME envrionment variable
    explicitly, we can make sure, that the url opens in the TorBrowser instead of
    a running Firefox.
    
    Should fix: torproject#245, torproject#259, torproject#380
    hefee committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    1f9d403 View commit details
    Browse the repository at this point in the history