fix: exclude pup-filter
https://gitlab.com/malware-filter/pup-filter/-/issues/2
This commit is contained in:
parent
71f9bfc9ab
commit
61b1f67060
|
@ -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
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue