diff --git a/README.md b/README.md index 786875fd..7e1cc7da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Malicious URL Blocklist -> Edit 2021/01/08: the default branch has changed to **main**. +> Announcement: curben.gitlab.io will be migrated to malware-filter.gitlab.io on 2022/05/21 A blocklist of malicious websites that are being used for malware distribution, based on the **Database dump (CSV)** of Abuse.ch [URLhaus](https://urlhaus.abuse.ch/). Blocklist is updated twice a day. diff --git a/src/script.sh b/src/script.sh index 8d072caa..fea3a0c5 100644 --- a/src/script.sh +++ b/src/script.sh @@ -141,9 +141,8 @@ THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/curben/urlhaus-filter" FIFTH_LINE="! License: https://gitlab.com/curben/urlhaus-filter#license" SIXTH_LINE="! Source: https://urlhaus.abuse.ch/api/" -ANNOUNCEMENT_1="\n! 2021/01/08: There has been a major change to the mirrors, check the repo for the new mirrors." -ANNOUNCEMENT_2="! Old mirrors will be deprecated in 3 months. The main download link \"curben.gitlab.io/malware-filter/\" _is not affected_." -COMMENT_ABP="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE\n$ANNOUNCEMENT_1\n$ANNOUNCEMENT_2" +ANNOUNCEMENT_1="\n! Announcement: curben.gitlab.io will be migrated to malware-filter.gitlab.io on 2022/05/21" +COMMENT_ABP="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE\n$ANNOUNCEMENT_1" mkdir -p "../public/"