mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Tightrn the Phishing Hosts & Add default fetch cache
This commit is contained in:
@@ -63,6 +63,7 @@ export const leathalKeywords = createKeywordFilter([
|
||||
'.de-',
|
||||
'.eu-',
|
||||
'.us-',
|
||||
'.uk-',
|
||||
'.ru-'
|
||||
]);
|
||||
|
||||
@@ -86,19 +87,18 @@ export const sensitiveKeywords = createKeywordFilter([
|
||||
'staemco',
|
||||
'oferta',
|
||||
'txtag',
|
||||
'paypal'
|
||||
'paypal',
|
||||
'dropbox',
|
||||
'payment',
|
||||
'instagram'
|
||||
]);
|
||||
|
||||
export const lowKeywords = createKeywordFilter([
|
||||
'transactions-',
|
||||
'payment',
|
||||
'transactions',
|
||||
'wallet',
|
||||
'-transactions',
|
||||
'-faceb', // facebook fake
|
||||
'.faceb', // facebook fake
|
||||
'facebook',
|
||||
'virus-',
|
||||
'apple-',
|
||||
'-roblox',
|
||||
'-co-jp',
|
||||
'customer.',
|
||||
@@ -106,10 +106,8 @@ export const lowKeywords = createKeywordFilter([
|
||||
'.www-',
|
||||
'.www.',
|
||||
'.www2',
|
||||
'instagram',
|
||||
'microsof',
|
||||
'passwordreset',
|
||||
'.google-',
|
||||
'password',
|
||||
'recover',
|
||||
'banking',
|
||||
'shop'
|
||||
|
||||
Reference in New Issue
Block a user