This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9.0esr-11.5-1 in repository tor-browser.
commit 93ef67dd2bec5a97c48a0e4bc5810a1d0735a738 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Fri Apr 8 15:24:50 2022 +0200
fixup! fixup! Bug 40597: Implement TorSettings module
Bug 40882: fixed a typo that prevented reload on about:torconnect from working --- browser/modules/TorConnect.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/modules/TorConnect.jsm b/browser/modules/TorConnect.jsm index 13c1f54d2ee97..5a7172c51244f 100644 --- a/browser/modules/TorConnect.jsm +++ b/browser/modules/TorConnect.jsm @@ -231,7 +231,7 @@ const TorConnect = (() => { _state: TorConnectState.Initial, _bootstrapProgress: 0, _bootstrapStatus: null, - _detectedCensorshiplevel: TorCensorshipLevel.None, + _detectedCensorshipLevel: TorCensorshipLevel.None, // list of country codes Moat has settings for _countryCodes: [], _countryNames: Object.freeze((() => {