feat: add curben/tracking-data
- https://gitlab.com/curben/tracking-data
This commit is contained in:
parent
116ad403dc
commit
ee9cc868ea
|
@ -21,12 +21,16 @@ pages:
|
|||
- curl -L https://rpz.oisd.nl/basic/ -o oisd/oisd_rpz_light.txt
|
||||
- curl -L https://rpz.oisd.nl/ -o oisd/oisd_rpz.txt
|
||||
|
||||
- mkdir -p tracking-data/
|
||||
- curl -L https://gitlab.com/curben/tracking-data/-/raw/master/dist/tracking-data.txt -o tracking-data/tracking-data.txt
|
||||
|
||||
script:
|
||||
- mkdir -p public/
|
||||
- cp urlhaus-filter/urlhaus-filter* public/
|
||||
- cp phishing-filter/dist/phishing-filter* public/
|
||||
- cp pup-filter/dist/pup-filter* public/
|
||||
- cp oisd/* public/
|
||||
- cp tracking-data/* public/
|
||||
- find public -type f -regex '.*\.\(txt\|conf\|tpl\|rules\)$' -exec gzip -f -k -9 {} \;
|
||||
- find public -type f -regex '.*\.\(txt\|conf\|tpl\|rules\)$' -exec brotli -f -k -9 {} \;
|
||||
|
||||
|
|
Loading…
Reference in New Issue