mirror of
https://github.com/SukkaW/Surge.git
synced 2026-06-18 09:42:06 +08:00
Fix URL Redirect Module 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
Toggle Dist Repo Visibility / Toggle Dist Repo Visibility (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
Toggle Dist Repo Visibility / Toggle Dist Repo Visibility (push) Has been cancelled
This commit is contained in:
@@ -24,7 +24,7 @@ const REDIRECT_MIRROR_HEADER: Array<[from: string, to: string, canUboUriTransfor
|
|||||||
['gapis.geekzu.org/g-themes/', 'https://themes.googleusercontent.com/', true],
|
['gapis.geekzu.org/g-themes/', 'https://themes.googleusercontent.com/', true],
|
||||||
['sdn.geekzu.org/', 'https://secure.gravatar.com/', true],
|
['sdn.geekzu.org/', 'https://secure.gravatar.com/', true],
|
||||||
// libravatar
|
// libravatar
|
||||||
['seccdn.libravatar.org/gravatarproxy/', 'https://secure.gravatar.com/', true],
|
['seccdn.libravatar.org/gravatarproxy/', 'https://secure.gravatar.com/avatar/', true],
|
||||||
// 7ED Services
|
// 7ED Services
|
||||||
['use.sevencdn.com/css', 'https://fonts.googleapis.com/css', true],
|
['use.sevencdn.com/css', 'https://fonts.googleapis.com/css', true],
|
||||||
['use.sevencdn.com/ajax/libs/', 'https://cdnjs.cloudflare.com/ajax/libs/', true],
|
['use.sevencdn.com/ajax/libs/', 'https://cdnjs.cloudflare.com/ajax/libs/', true],
|
||||||
|
|||||||
Reference in New Issue
Block a user