Strip the trailing slash from the bouncer url

This commit is contained in:
Arturo Filastò
2018-09-26 15:35:17 +02:00
parent 9d014a2b63
commit 6735c8d617
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -61,6 +61,6 @@
"use_domain_fronting": false,
"send_crash_reports": true,
"collector_url": "",
"bouncer_url": "https://bouncer.ooni.io/"
"bouncer_url": "https://bouncer.ooni.io"
}
}