]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Use non-vulnerable key server
authormarieismywaifu <37265305+marieismywaifu@users.noreply.github.com>
Thu, 4 Jul 2019 13:01:21 +0000 (13:01 +0000)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2019 13:01:21 +0000 (13:01 +0000)
torbrowser_launcher/common.py

index 4e3a30a6db3430bd96348d0358fa667227e347f3..d72917aacad9007a9ad7b1950f43b13386fbdafa 100644 (file)
@@ -196,7 +196,7 @@ class Common(object):
 
         p = subprocess.Popen(['/usr/bin/gpg2', '--status-fd', '2',
                               '--homedir', self.paths['gnupg_homedir'],
-                              '--keyserver', 'hkps://hkps.pool.sks-keyservers.net',
+                              '--keyserver', 'hkps://keys.openpgp.org',
                               '--keyserver-options', 'ca-cert-file=' + self.paths['keyserver_ca']
                               + ',include-revoked,no-honor-keyserver-url,no-honor-pka-record',
                               '--refresh-keys'], stderr=subprocess.PIPE)