Strip the trailing slash from the bouncer url
This commit is contained in:
parent
9d014a2b63
commit
6735c8d617
3 changed files with 5 additions and 5 deletions
4
config/testdata/valid-config.json
vendored
4
config/testdata/valid-config.json
vendored
|
|
@ -59,7 +59,7 @@
|
|||
"advanced": {
|
||||
"use_domain_fronting": false,
|
||||
"send_crash_reports": true,
|
||||
"bouncer_url": "https://bouncer.ooni.io/",
|
||||
"collector_url": "https://c.collector.ooni.io/",
|
||||
"bouncer_url": "https://bouncer.ooni.io",
|
||||
"collector_url": "https://c.collector.ooni.io"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue