mirror of
https://github.com/SukkaW/Surge.git
synced 2026-07-29 09:41:45 +08:00
Update CDN & Download & Global Hosts / Redirect Rules
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
This commit is contained in:
@@ -100,7 +100,10 @@ const REDIRECT_MIRROR_307: Array<[from: string, to: string, canUboUriTransform?:
|
||||
['minecraft.fandom.com/', 'https://minecraft.wiki/', true],
|
||||
// Hello, FANZA!
|
||||
['missav.com/', 'https://missav.ai/', true],
|
||||
['thisav.com/', 'https://thisav.me/', true]
|
||||
['thisav.com/', 'https://thisav.me/', true],
|
||||
// Kemono
|
||||
['kemono.su/', 'https://kemono.cr', true],
|
||||
['img.kemono.su/', 'https://img.kemono.cr', true]
|
||||
];
|
||||
|
||||
const REDIRECT_FAKEWEBSITES: Array<[from: string, to: string]> = [ // all REDIRECT_FAKEWEBSITES can be transformed by uBO uritransform
|
||||
|
||||
Reference in New Issue
Block a user