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

@ -113,6 +113,7 @@ class Settings(object):
"persistent_tabs": [],
"locale": None, # this gets defined in fill_in_defaults()
"theme": 0,
"censorship_circumvention": False,
}
self._settings = {}
self.fill_in_defaults()