fix: reduce expiry to 12h

to match filter update frequency.
uBO supports 4h interval
https://github.com/ameshkov/diffupdates/blob/master/README.md
This commit is contained in:
MDLeom 2025-05-29 09:57:54 +00:00
parent df88621042
commit 8f15bb89db
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ sort -u > "phishing-notop-domains.txt"
CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
FIRST_LINE="! Title: Phishing URL Blocklist"
SECOND_LINE="! Updated: $CURRENT_TIME"
THIRD_LINE="! Expires: 1 day (update frequency)"
THIRD_LINE="! Expires: 12 hours (update frequency)"
FOURTH_LINE="! Homepage: https://gitlab.com/malware-filter/phishing-filter"
FIFTH_LINE="! License: https://gitlab.com/malware-filter/phishing-filter#license"
SIXTH_LINE="! Sources: openphish.com, ipthreat.net, phishtank.org"