From 880715f196bf4858e13ce373eef5da16170c0d8d Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sun, 4 Feb 2024 23:49:43 +0800 Subject: [PATCH] Whitelisting bitly email domain --- Build/lib/reject-data-source.ts | 6 +++--- Source/domainset/reject_phishing.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/lib/reject-data-source.ts b/Build/lib/reject-data-source.ts index 32fa346e..fca00f45 100644 --- a/Build/lib/reject-data-source.ts +++ b/Build/lib/reject-data-source.ts @@ -221,7 +221,8 @@ export const PREDEFINED_WHITELIST = [ 'vlscppe.microsoft.com', // OpenAI use this for A/B testing // Fuck Peter Lowe Hosts - 'pstmrk.it' + 'pstmrk.it', + 'email.accounts.bitly.com' ]; export const PREDEFINED_ENFORCED_WHITELIST = [ @@ -243,6 +244,5 @@ export const PREDEFINED_ENFORCED_WHITELIST = [ 'glitch.me', 'netlify.app', 'blogspot.com', - 'appspot.com', - 'email.accounts.bitly.com' + 'appspot.com' ]; diff --git a/Source/domainset/reject_phishing.conf b/Source/domainset/reject_phishing.conf index 7b8cf580..2e651b6a 100644 --- a/Source/domainset/reject_phishing.conf +++ b/Source/domainset/reject_phishing.conf @@ -1,2 +1,2 @@ -# $ meta_title Sukka's Ruleset - Reject Phishing +# $ meta_title Sukka's Ruleset - Deprecated # $ meta_description The file has been deprecated, its content has been merged into the main `reject` domainset.