Add filter update frequency to 1 day
Filter is updated twice a day
This commit is contained in:
parent
097e7c452f
commit
4566803d67
|
@ -4,7 +4,7 @@ This [uBO](https://github.com/gorhill/uBlock/)-compatible filter list is based o
|
|||
|
||||
## Subscribe
|
||||
|
||||
Filter is updated once a day.
|
||||
Filter is updated twice a day.
|
||||
|
||||
Import the following URL into uBO to subcribe:
|
||||
|
||||
|
|
|
@ -5,9 +5,10 @@
|
|||
CURRENT_TIME="$(date -R -u)"
|
||||
FIRST_LINE="! Title: abuse.ch URLhaus Malicious URL Blocklist"
|
||||
SECOND_LINE="! Updated: $CURRENT_TIME"
|
||||
THIRD_LINE="! Repo: https://gitlab.com/curben/urlhaus"
|
||||
FOURTH_LINE="! License: https://creativecommons.org/publicdomain/zero/1.0/"
|
||||
FIFTH_LINE="! Source: https://urlhaus.abuse.ch/api/"
|
||||
THIRD_LINE="! Expires: 1 day (update frequency)"
|
||||
FOURTH_LINE="! Repo: https://gitlab.com/curben/urlhaus"
|
||||
FIFTH_LINE="! License: https://creativecommons.org/publicdomain/zero/1.0/"
|
||||
SIXTH_LINE="! Source: https://urlhaus.abuse.ch/api/"
|
||||
COMMENT="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE"
|
||||
|
||||
# Download the database dump
|
||||
|
|
Loading…
Reference in New Issue