mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-18 19:44:45 -04:00
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:
commit
27ee69a220
8 changed files with 189 additions and 70 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue