Merge pull request #1478 from mig5/fetch-builtin-bridges

Fetch the built-in bridges from Tor's Censorship Circumvention API, rather than hardcode them
This commit is contained in:
Micah Lee 2021-12-04 20:28:04 -08:00 committed by GitHub
commit 27ee69a220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 189 additions and 70 deletions

View file

@ -507,5 +507,4 @@ class GuiCommon:
return strings._("error_stealth_not_supported")
elif type(e) is PortNotAvailable:
return strings._("error_port_not_available")
return None