mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(data): lint PR #2458
This commit is contained in:
parent
60ed5e2fd1
commit
90aa06f96b
5 changed files with 28 additions and 29 deletions
|
|
@ -17150,19 +17150,18 @@
|
|||
"viewUrl": "https://raw.githubusercontent.com/Arctic-Circle-System/Sketchy-Extension-and-Search-List/main/list.txt"
|
||||
},
|
||||
{
|
||||
"description":"Block malware, phishing, and scams for a more secure browser",
|
||||
"licenseId":28,
|
||||
"homeUrl":"https://github.com/iam-py-test/my_filters_001",
|
||||
"issuesUrl":"https://github.com/iam-py-test/my_filters_001/issues",
|
||||
"id":2537,
|
||||
"name":"Malicious website blocklist"
|
||||
|
||||
"description": "Block malware, phishing, and scams for a more secure browser",
|
||||
"homeUrl": "https://github.com/iam-py-test/my_filters_001",
|
||||
"id": 2537,
|
||||
"issuesUrl": "https://github.com/iam-py-test/my_filters_001/issues",
|
||||
"licenseId": 28,
|
||||
"name": "Malicious website blocklist"
|
||||
},
|
||||
{
|
||||
"description":"Block malware, phishing, and scams for a more secure browser (HOSTS version - not for uBlock Origin)",
|
||||
"licenseId":28,
|
||||
"homeUrl":"https://github.com/iam-py-test/my_filters_001",
|
||||
"id":2538,
|
||||
"name":"Malicious website blocklist (HOSTS)"
|
||||
"description": "Block malware, phishing, and scams for a more secure browser (HOSTS version - not for uBlock Origin)",
|
||||
"homeUrl": "https://github.com/iam-py-test/my_filters_001",
|
||||
"id": 2538,
|
||||
"licenseId": 28,
|
||||
"name": "Malicious website blocklist (HOSTS)"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5772,11 +5772,11 @@
|
|||
"maintainerId": 164
|
||||
},
|
||||
{
|
||||
"filterListId":2537,
|
||||
"maintainerId":165
|
||||
"filterListId": 2537,
|
||||
"maintainerId": 165
|
||||
},
|
||||
{
|
||||
"filterListId":2538,
|
||||
"maintainerId":165
|
||||
"filterListId": 2538,
|
||||
"maintainerId": 165
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8660,11 +8660,11 @@
|
|||
"syntaxId": 39
|
||||
},
|
||||
{
|
||||
"filterListId":2537,
|
||||
"syntaxId":4
|
||||
"filterListId": 2537,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"filterListId":2538,
|
||||
"syntaxId":1
|
||||
"filterListId": 2538,
|
||||
"syntaxId": 1
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -15948,13 +15948,13 @@
|
|||
"url": "https://raw.githubusercontent.com/hadig/Focus-for-Youtube/master/focus4yt.txt"
|
||||
},
|
||||
{
|
||||
"filterListId":2537,
|
||||
"id":2752,
|
||||
"url":"https://raw.githubusercontent.com/iam-py-test/my_filters_001/main/antimalware.txt"
|
||||
"filterListId": 2537,
|
||||
"id": 2752,
|
||||
"url": "https://raw.githubusercontent.com/iam-py-test/my_filters_001/main/antimalware.txt"
|
||||
},
|
||||
{
|
||||
"filterListId":2538,
|
||||
"id":2753,
|
||||
"url":"https://raw.githubusercontent.com/iam-py-test/my_filters_001/main/Alternative%20list%20formats/antimalware_hosts.txt"
|
||||
"filterListId": 2538,
|
||||
"id": 2753,
|
||||
"url": "https://raw.githubusercontent.com/iam-py-test/my_filters_001/main/Alternative%20list%20formats/antimalware_hosts.txt"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -863,8 +863,8 @@
|
|||
"url": "https://github.com/hadig"
|
||||
},
|
||||
{
|
||||
"id":165,
|
||||
"name":"iam-py-test",
|
||||
"url":"https://github.com/iam-py-test"
|
||||
"id": 165,
|
||||
"name": "iam-py-test",
|
||||
"url": "https://github.com/iam-py-test"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue