From 61762c4272fc7d96b9274719e5c898637d6127a5 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 11 May 2022 07:50:55 +0000 Subject: [PATCH] docs: to be migrated to gitlab.com/malware-filter - https://about.gitlab.com/blog/2021/11/11/public-project-minute-limits - https://about.gitlab.com/blog/2022/02/04/ultimate-perks-for-open-source-projects --- README.md | 2 +- src/script.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00ca3e8a..103c9dce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Phishing 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 phishing websites, based on the [PhishTank](https://www.phishtank.com/) and [OpenPhish](https://openphish.com/) lists. Blocklist is updated twice a day. diff --git a/src/script.sh b/src/script.sh index 60188774..07a2c874 100644 --- a/src/script.sh +++ b/src/script.sh @@ -166,9 +166,8 @@ THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/curben/phishing-filter" FIFTH_LINE="! License: https://gitlab.com/curben/phishing-filter#license" SIXTH_LINE="! Source: https://www.phishtank.com/ & https://openphish.com/" -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_UBO="$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! curben.gitlab.io will be migrated to malware-filter.gitlab.io on 2022/05/21" +COMMENT_UBO="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE\n$ANNOUNCEMENT_1" mkdir -p "../public/"