Skip to content

Commit 8ca48fc

Browse files
committed
feat: disable erroneous test
1 parent 7185001 commit 8ca48fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/block/block.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ func Combine(manualBlocklist, blocklistURLs, blocklistFiles []string) []string {
119119
// Fetch blocklist URLs
120120
for _, url := range blocklistURLs {
121121
// Fetch the blocklist
122+
//nolint:gosec
122123
resp, err := http.Get(url)
123124
if err != nil {
124125
log.Warnf("Error fetching blocklist from %s: %s", url, err)

0 commit comments

Comments
 (0)