From 71d4a39bf369afcc9ff2360c4be9842c57d355e5 Mon Sep 17 00:00:00 2001
From: gloomy-ghost <gloomy-ghost@users.noreply.github.com>
Date: Wed, 23 May 2018 01:59:27 +1200
Subject: [PATCH] Add support for the Chinese USTC mirror

---
 core/mappings.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/mappings.js b/core/mappings.js
index 32d63d8..63de82d 100644
--- a/core/mappings.js
+++ b/core/mappings.js
@@ -237,3 +237,6 @@ var mappings = {
         }
     }
 };
+
+// Mirror
+mappings['ajax.proxy.ustclug.org'] = mappings['ajax.googleapis.com'];
-- 
GitLab