From 433ee697ecf8251b029ded01f25178fac0d30acc Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Tue, 29 May 2018 00:13:16 +0200 Subject: [PATCH] Improve support for popular Chinese mirrors --- core/shorthands.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/shorthands.js b/core/shorthands.js index e38c16f..578cc07 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -74,3 +74,9 @@ var shorthands = { } } }; + +// Geekzu Public Service [Mirror] +shorthands['sdn.geekzu.org'] = shorthands['ajax.googleapis.com']; + +// USTC Linux User Group [Mirror] +shorthands['ajax.proxy.ustclug.org'] = shorthands['ajax.googleapis.com']; -- GitLab