mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Allow selecting a snowflake bridge, and make it try to use the snowflake bridge
This commit is contained in:
parent
1244f56d26
commit
3ea92d6bad
7 changed files with 98 additions and 32 deletions
|
@ -108,6 +108,7 @@ class Settings(object):
|
|||
"no_bridges": True,
|
||||
"tor_bridges_use_obfs4": False,
|
||||
"tor_bridges_use_meek_lite_azure": False,
|
||||
"tor_bridges_use_snowflake": False,
|
||||
"tor_bridges_use_custom_bridges": "",
|
||||
"persistent_tabs": [],
|
||||
"locale": None, # this gets defined in fill_in_defaults()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue