mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +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',
|
'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'
|
|
||||||
];
|
];
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user