]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Removed mention of certificate pinning in readme (#224) and updated package descripti...
authorMicah Lee <micah@micahflee.com>
Tue, 1 Mar 2016 16:51:30 +0000 (17:51 +0100)
committerMicah Lee <micah@micahflee.com>
Tue, 1 Mar 2016 16:51:30 +0000 (17:51 +0100)
README.md
setup.py

index 9e6b051dea9e22daccb3c78026dde7cc4a9e0e36..9ca9f3aefd80e45fe368fdd0bfe61ccab54a5007 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
 Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install ```torbrowser-launcher``` from your distribution's package manager and it handles everything else:
 
 * Downloads and installs the most recent version of Tor Browser in your language and for your computer's architecture, or launches Tor Browser if it's already installed (Tor Browser will automatically update itself)
-* Certificate pins to https://www.torproject.org, so it doesn't rely on certificate authorities
 * Verifies Tor Browser's [signature](https://www.torproject.org/docs/verifying-signatures.html.en) for you, to ensure the version you downloaded was cryptographically signed by Tor developers and was not tampered with
 * Adds "Tor Browser" and "Tor Browser Launcher Settings" application launcher to your desktop environment's menu
 * Includes AppArmor profiles to make a Tor Browser compromise not as bad
@@ -24,4 +23,3 @@ sudo add-apt-repository ppa:micahflee/ppa
 sudo apt-get update
 sudo apt-get install torbrowser-launcher
 ```
-
index ce7efe2b3557a113da0d1bc85c34cca3aa00c434..d8d8842f86711bcddd9aff3598836e437642d8c6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -67,10 +67,9 @@ setup(
     license='MIT',
     description='A program to help you securely download and run Tor Browser',
     long_description="""
-Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles downloading the most recent version of Tor Browser for you, in your language and for your architecture. It also adds a "Tor Browser" application launcher to your operating system's menu. When you first launch Tor Browser Launcher, it will download Tor Browser from https://www.torproject.org/, extract it in your home directory, and execute it. When you run it after that it will just launch Tor Browser.
+Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles securely downloading the most recent version of Tor Browser for you, in your language and for your architecture. It also adds a "Tor Browser" application launcher to your operating system's menu. When you first launch Tor Browser Launcher, it will download Tor Browser from https://www.torproject.org/, verify the PGP signature, extract it in your home directory, and launch it. When you run it after that it will just launch Tor Browser.
 """,
     packages=['torbrowser_launcher'],
     scripts=['torbrowser-launcher'],
     data_files=datafiles
 )
-