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:
Micah Lee 2021-12-04 20:28:04 -08:00 committed by GitHub
commit 16e7aa2755
8 changed files with 189 additions and 70 deletions

View file

@ -34,6 +34,7 @@ class TestSettings:
"bridges_builtin_pt": "obfs4",
"bridges_moat": "",
"bridges_custom": "",
"bridges_builtin": {},
"persistent_tabs": [],
"theme": 0,
}