From 26f5181714656ea0ebedb171edac5d39663e45e6 Mon Sep 17 00:00:00 2001 From: arxify <69035413+DevArxify@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:47:36 +0100 Subject: [PATCH 1/2] Update domain-list.json (#481) * Update domain-list.json * Update domain-list.json --------- Co-authored-by: Nikolai Schunk <58025175+nikolaischunk@users.noreply.github.com> --- domain-list.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domain-list.json b/domain-list.json index 2d877e9..a336d97 100644 --- a/domain-list.json +++ b/domain-list.json @@ -21907,6 +21907,7 @@ "zelenka.guru", "ziscord-wwk.xyz", "zksyncairdrop.website", - "zzzregsizzz.com.ru" + "zzzregsizzz.com.ru", + "twitch-gives.com" ] } From 4fca568b48c9899b8539567ce38716d9f0a32d40 Mon Sep 17 00:00:00 2001 From: Nikolai Schunk <58025175+nikolaischunk@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:07:00 +0100 Subject: [PATCH 2/2] Add maintanace mode disclaimer --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f0ecb24..0422a77 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A JSON list of malicious links with ![domains](https://img.shields.io/badge/dynamic/json?color=inactive&label=&query=count&url=https%3A%2F%2Fapi.schunk.dev%2Fapi%2Fdomain%2Fcount&cacheSeconds=3600) unique domains which are used for [phishing](https://en.wikipedia.org/wiki/Phishing) on [Discord](https://discord.com). +> [!WARNING] +> This Repository is in *maintanance mode* and will no longer be actively maintained. While we appreciate your contributions, we will only merge pull requests that adhere to the format specified in the [CONTRIBUTING.md](https://github.com/nikolaischunk/discord-phishing-links/blob/main/CONTRIBUTING.md) +> +> We understand that you may still find value in this project, and we encourage you to fork it or use it as a reference for your own work. If you encounter any critical issues, please feel free to open a bug report, but please note that it may not be actively addressed. + +Thank you for your understanding and support. + + ## NPM Package The JSON is the source of the NPM Package [stop-discord-phishing](https://www.npmjs.com/package/stop-discord-phishing). Feel free to check it out!