Skip to content

Commit db85adb

Browse files
authored
signal: remove check for api.directory.signal.org (#1135)
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.
1 parent bc7599c commit db85adb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/experiment/signal/signal.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,6 @@ func (m Measurer) Run(ctx context.Context, args *model.ExperimentArgs) error {
176176
FailOnHTTPError: false,
177177
CertPool: certPool,
178178
}},
179-
{Target: "https://api.directory.signal.org/", Config: urlgetter.Config{
180-
Method: "GET",
181-
FailOnHTTPError: false,
182-
CertPool: certPool,
183-
}},
184179
{Target: "https://cdn.signal.org/", Config: urlgetter.Config{
185180
Method: "GET",
186181
FailOnHTTPError: false,

0 commit comments

Comments
 (0)