Skip to content

Commit

Permalink
Updated BrowserStack detector endpoint (#1290)
Browse files Browse the repository at this point in the history
Updated endpoint
  • Loading branch information
shabbirbs committed Apr 26, 2023
1 parent 5a86c18 commit d1cbc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/browserstack/browserstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (s Scanner) FromData(ctx context.Context, verify bool, data []byte) (result
}

if verify {
req, err := http.NewRequestWithContext(ctx, "GET", "https://api-cloud.browserstack.com/automate/plan.json", nil)
req, err := http.NewRequestWithContext(ctx, "GET", "https://www.browserstack.com/automate/plan.json", nil)
if err != nil {
continue
}
Expand Down

0 comments on commit d1cbc54

Please sign in to comment.