mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Add VXVault filter
Hope I didn't forget anything
This commit is contained in:
parent
c4f46fc62e
commit
e3564602e9
5 changed files with 42 additions and 6 deletions
|
|
@ -16884,20 +16884,22 @@
|
|||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"description": "Block malware, phishing, and scams for a more secure computer",
|
||||
"description": "This list aims to protect against scams, phishing, malware, and potentially unwanted programs (PUPs). It includes a version of vxvault.net's list, modified by me (iam-py-test) to work in adblockers.",
|
||||
"homeUrl": "https://github.com/iam-py-test/my_filters_001",
|
||||
"id": 2537,
|
||||
"issuesUrl": "https://github.com/iam-py-test/my_filters_001/issues",
|
||||
"emailAddress": "iam-py-test@protonmail.com",
|
||||
"licenseId": 28,
|
||||
"name": "Malicious website blocklist"
|
||||
"name": "The malicious website blocklist"
|
||||
},
|
||||
{
|
||||
"description": "Block malware, phishing, and scams for a more secure computer (HOSTS version - not for uBlock Origin)",
|
||||
"description": "This list aims to protect against scams, phishing, malware, and potentially unwanted programs (PUPs). It includes a version of vxvault.net's list, modified by me (iam-py-test) to work in adblockers. (HOSTs version - not for uBlock Origin)",
|
||||
"homeUrl": "https://github.com/iam-py-test/my_filters_001",
|
||||
"id": 2538,
|
||||
"issuesUrl": "https://github.com/iam-py-test/my_filters_001/issues/",
|
||||
"emailAddress": "iam-py-test@protonmail.com",
|
||||
"licenseId": 28,
|
||||
"name": "Malicious website blocklist (HOSTS)"
|
||||
"name": "The malicious website blocklist (HOSTs file)"
|
||||
},
|
||||
{
|
||||
"description": "The family filter for AdGuard Home",
|
||||
|
|
@ -16919,12 +16921,13 @@
|
|||
"name": "TrilobiteFilter"
|
||||
},
|
||||
{
|
||||
"description": "Block malware, phishing, and scams for a more secure computer (Domains version)",
|
||||
"description": "This list aims to protect against scams, phishing, malware, and potentially unwanted programs (PUPs). It includes a version of vxvault.net's list, modified by me (iam-py-test) to work in adblockers. (Domains version)",
|
||||
"homeUrl": "https://github.com/iam-py-test/my_filters_001",
|
||||
"id": 2541,
|
||||
"issuesUrl": "https://github.com/iam-py-test/my_filters_001/issues/",
|
||||
"emailAddress": "iam-py-test@protonmail.com",
|
||||
"licenseId": 28,
|
||||
"name": "Malicious website blocklist (Domains)"
|
||||
"name": "The malicious website blocklist (Domains)"
|
||||
},
|
||||
{
|
||||
"description": "Blocks irritating elements on web pages that do not fall under the popular categories of annoyances.",
|
||||
|
|
@ -17796,5 +17799,14 @@
|
|||
"issuesUrl": "https://github.com/DandelionSprout/adfilt/issues",
|
||||
"licenseId": 35,
|
||||
"name": "Anti-'Manifest V3' List"
|
||||
},
|
||||
{
|
||||
"description": "VXVault's list of URLs serving malware, converted into a filterlist",
|
||||
"emailAddress": "iam-py-test@protonmail.com",
|
||||
"homeUrl": "https://github.com/iam-py-test/vxvault_filter",
|
||||
"id": 2652,
|
||||
"issuesUrl": "https://github.com/iam-py-test/vxvault_filter/issues",
|
||||
"licenseId": 28,
|
||||
"name": "VXVault filterlist (unofficial)"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -6142,5 +6142,9 @@
|
|||
{
|
||||
"filterListId": 2651,
|
||||
"maintainerId": 22
|
||||
},
|
||||
{
|
||||
"filterListId": 2652,
|
||||
"maintainerId": 165
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8946,5 +8946,9 @@
|
|||
{
|
||||
"filterListId": 2651,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 2652,
|
||||
"syntaxId": 4
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12990,5 +12990,9 @@
|
|||
{
|
||||
"filterListId": 2651,
|
||||
"tagId": 15
|
||||
},
|
||||
{
|
||||
"filterListId": 2652,
|
||||
"tagId": 6
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16516,5 +16516,17 @@
|
|||
"id": 2923,
|
||||
"primariness": 4,
|
||||
"url": "https://cdn.statically.io/gh/JohnyP36/Personal-List/main/Personal%20List%20(uBo).txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2652,
|
||||
"id": 2924,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/iam-py-test/vxvault_filter/main/ubolist.txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2652,
|
||||
"id": 2925,
|
||||
"primariness": 2,
|
||||
"url": "https://iam-py-test.github.io/vxvault_filter/ubolist.txt"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue