commit 9799f1d2e602cf29478c922447643b178ed47557 Author: Arturo Filastò arturo@filasto.net Date: Wed Oct 12 16:13:30 2016 +0200
The https backend bouncer was still the testing one (#627)
:8 --- ooni/constants.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ooni/constants.py b/ooni/constants.py index 38f85b4..6efa52e 100644 --- a/ooni/constants.py +++ b/ooni/constants.py @@ -1,7 +1,5 @@ CANONICAL_BOUNCER_ONION = 'httpo://nkvphnp3p6agi5qq.onion' -# XXX Change these two to the production ones once the release is made. -# CANONICAL_BOUNCER_HTTPS = 'https://bouncer.ooni.io' -CANONICAL_BOUNCER_HTTPS = 'https://bouncer.test.ooni.io' +CANONICAL_BOUNCER_HTTPS = 'https://bouncer.ooni.io' CANONICAL_BOUNCER_CLOUDFRONT = ( 'https://d3kr4emv7f56qa.cloudfront.net/', 'a0.awsstatic.com'
tor-commits@lists.torproject.org