Initial work on supporting the option to automatically attempt to fetch bridges based on the user's location if Tor fails to connect (censorship circumvention)

This commit is contained in:
Miguel Jacq 2021-11-11 17:33:19 +11:00
parent ba6947ff4e
commit 67458fec39
5 changed files with 54 additions and 5 deletions

View file

@ -36,6 +36,7 @@ class TestSettings:
"bridges_custom": "",
"persistent_tabs": [],
"theme": 0,
"censorship_circumvention": False,
}
for key in settings_obj._settings:
# Skip locale, it will not always default to the same thing