mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Whitelisting bitly email domain
This commit is contained in:
parent
189c3e00e4
commit
880715f196
@ -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'
|
||||
];
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user