Skip to content

Commit

Permalink
signal: remove check for api.directory.signal.org (#1135)
Browse files Browse the repository at this point in the history
The reference to the `api.directory.signal.org` domain was removed in
signalapp/Signal-TLS-Proxy@461d2d1, so
the check for Signal fails. This commit removes the reference to the
domain in OONI Probe as well.
  • Loading branch information
simoncpu authored and bassosimone committed May 10, 2023
1 parent 817c3e3 commit 837a522
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/experiment/signal/signal.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ func (m Measurer) Run(ctx context.Context, args *model.ExperimentArgs) error {
FailOnHTTPError: false,
CertPool: certPool,
}},
{Target: "https://api.directory.signal.org/", Config: urlgetter.Config{
Method: "GET",
FailOnHTTPError: false,
CertPool: certPool,
}},
{Target: "https://cdn.signal.org/", Config: urlgetter.Config{
Method: "GET",
FailOnHTTPError: false,
Expand Down

0 comments on commit 837a522

Please sign in to comment.