mirror of
https://github.com/SukkaW/Surge.git
synced 2026-03-15 15:36:42 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user