mirror of
https://github.com/SukkaW/Surge.git
synced 2026-03-14 23:16:39 +08:00
Whitelist backblazeb2.com in phishing & Other minor changes
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Seriously, why don't fucking Backblaze request Public Suffix? It is the whole reason your main domain getting blocked.
This commit is contained in:
@@ -45,6 +45,7 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
|
||||
'windows.net', // Microsoft refuses to add web.core.windows.net to the Public Suffix List
|
||||
'myqcloud.com', // curben phishing-filter contains many entries
|
||||
'surge.sh', // caused by phishing-filter, also no public suffix
|
||||
'backblazeb2.com', // phishing-filter, no publicsuffix, too much abuse
|
||||
|
||||
'pages.dev',
|
||||
'workers.dev'
|
||||
|
||||
@@ -33,8 +33,6 @@ export async function compareAndWriteFile(span: Span, linesA: string[], filePath
|
||||
return span.traceChildAsync<void>(`writing ${filePath}`, async () => {
|
||||
const linesALen = linesA.length;
|
||||
|
||||
console.log('writing', { linesA: fastStringArrayJoin(linesA, '\n').slice(-100) });
|
||||
|
||||
// The default highwater mark is normally 16384,
|
||||
// So we make sure direct write to file if the content is
|
||||
// most likely less than 250 lines
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
# $ meta_title Sukka's Ruleset - Direct
|
||||
|
||||
DOMAIN-SUFFIX,torrentmac.net
|
||||
DOMAIN-SUFFIX,download.555mac.com
|
||||
DOMAIN-KEYWORD,mac-torrent-download
|
||||
DOMAIN-SUFFIX,engage.cloudflareclient.com
|
||||
|
||||
PROCESS-NAME,AdGuardHome
|
||||
PROCESS-NAME,nmap
|
||||
|
||||
Reference in New Issue
Block a user