fix: exclude pup-filter

https://gitlab.com/malware-filter/pup-filter/-/issues/2
This commit is contained in:
MDLeom 2023-06-13 08:42:10 +00:00
parent 71f9bfc9ab
commit 61b1f67060
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@ Blocklists mirror of
- [urlhaus-filter](https://gitlab.com/malware-filter/urlhaus-filter)
- [phishing-filter](https://gitlab.com/malware-filter/phishing-filter)
- [pup-filter](https://gitlab.com/malware-filter/pup-filter)
- [tracking-filter](https://gitlab.com/malware-filter/tracking-filter)
- [vn-badsite-filter](https://gitlab.com/malware-filter/vn-badsite-filter)
- [botnet-filter](https://gitlab.com/malware-filter/botnet-filter)
~~- [pup-filter](https://gitlab.com/malware-filter/pup-filter)~~ (see [malware-filter/pup-filter#2](https://gitlab.com/malware-filter/pup-filter/-/issues/2))
## FAQ and Guides

View File

@ -22,10 +22,10 @@ const publicPath = join(rootPath, 'public')
const projects = [
'urlhaus-filter',
'phishing-filter',
'pup-filter',
'tracking-filter',
'vn-badsite-filter',
'botnet-filter'
'botnet-filter',
// 'pup-filter'
]
const oisdFilters = {
'https://abp.oisd.nl/basic/': 'oisd_abp_light.txt',