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 d88005d550
commit b727a9651f
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
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