Whitelisting bitly email domain

This commit is contained in:
SukkaW 2024-02-04 23:49:43 +08:00
parent 189c3e00e4
commit 880715f196
2 changed files with 4 additions and 4 deletions

View File

@ -221,7 +221,8 @@ export const PREDEFINED_WHITELIST = [
'vlscppe.microsoft.com', 'vlscppe.microsoft.com',
// OpenAI use this for A/B testing // OpenAI use this for A/B testing
// Fuck Peter Lowe Hosts // Fuck Peter Lowe Hosts
'pstmrk.it' 'pstmrk.it',
'email.accounts.bitly.com'
]; ];
export const PREDEFINED_ENFORCED_WHITELIST = [ export const PREDEFINED_ENFORCED_WHITELIST = [
@ -243,6 +244,5 @@ export const PREDEFINED_ENFORCED_WHITELIST = [
'glitch.me', 'glitch.me',
'netlify.app', 'netlify.app',
'blogspot.com', 'blogspot.com',
'appspot.com', 'appspot.com'
'email.accounts.bitly.com'
]; ];

View File

@ -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. # $ meta_description The file has been deprecated, its content has been merged into the main `reject` domainset.