diff options
author | sat <sat@FreeBSD.org> | 2008-02-01 22:24:05 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-02-01 22:24:05 +0800 |
commit | f5b8172cc6fd88511e0ab1678e0690b320c3ff37 (patch) | |
tree | ce34c51a2e4ebeeb286076f90ca918203e527e65 /www/Makefile | |
parent | a9cf8424a77316dbdcbc9506f48ba78739469f1a (diff) | |
download | freebsd-ports-gnome-f5b8172cc6fd88511e0ab1678e0690b320c3ff37.tar.gz freebsd-ports-gnome-f5b8172cc6fd88511e0ab1678e0690b320c3ff37.tar.zst freebsd-ports-gnome-f5b8172cc6fd88511e0ab1678e0690b320c3ff37.zip |
Add port www/xpi-torbutton:
Torbutton is a 1-click way to enable or disable the use of Tor. It adds a
panel to the statusbar that says "Tor Enabled" (in green) or "Tor Disabled"
(in red). The user may click on the panel to toggle the status. If the user
(or some other extension) changes the proxy settings, the change is
automatically reflected in the statusbar.
Some users may prefer a toolbar button instead of a statusbar panel. Such a
button is included, and one adds it to the toolbar by right-clicking on the
desired toolbar, selecting "Customize...", and then dragging the Torbutton
icon onto the toolbar. There is an option in the preferences to hide the
statusbar panel (Tools->Extensions, select Torbutton, and click on
Preferences).
Newer Firefox versions have the ability to send DNS resolves through the
socks proxy, and Torbutton will make use of this feature if it is
available.
WWW: http://torbutton.torproject.org/dev/
Author: Scott Squires
PR: ports/119285
Submitted by: Andreas Donig <a.donig@gmx.net>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a78505a79e18..067c095f6a7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1392,6 +1392,7 @@ SUBDIR += xpi-tabletools SUBDIR += xpi-tabmixplus SUBDIR += xpi-togglewordwrap + SUBDIR += xpi-torbutton SUBDIR += xpi-unplug SUBDIR += xpi-urllink SUBDIR += xpi-videodownloader |