From 6b2b320fa74c29b4cbb80d69961201c6b1bf487e Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Sun, 31 Dec 2017 23:10:44 +0800 Subject: [PATCH] Fix Doc Bug --- docs/serviceWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serviceWorker.js b/docs/serviceWorker.js index ab031ac1..31fff7d2 100644 --- a/docs/serviceWorker.js +++ b/docs/serviceWorker.js @@ -3,7 +3,7 @@ const HOSTNAME_WHITELIST = [ self.location.hostname, 'fonts.gstatic.com', 'fonts.googleapis.com', - 'unpkg.com' + 'cdn.bootcss.com' ] // The Util Function to hack URLs of intercepted requests