fix(sw): update white list

This commit is contained in:
qingwei.li 2017-02-21 21:30:35 +08:00
parent 58789bfec7
commit f2975a5e5e

View File

@ -9,7 +9,6 @@
const RUNTIME = 'docsify';
const HOSTNAME_WHITELIST = [
self.location.hostname,
'unpkg.com',
'fonts.gstatic.com',
'fonts.googleapis.com'
]