From bcc1f477dab37e2b6ff53afdbc50e90a165044dc Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Fri, 7 Jan 2022 13:58:48 -0300 Subject: [PATCH] docs: trying to fix runkit cors --- docs/manifest.json | 1 + docs/sw.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 5d945b9..aeacaa4 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/web-manifest-combined.json", "name": "Axios Cache Interceptor", "short_name": "Cache Interceptor", "description": "A small and efficient cache interceptor for axios.", diff --git a/docs/sw.js b/docs/sw.js index 4fb9079..8d8d02e 100644 --- a/docs/sw.js +++ b/docs/sw.js @@ -11,8 +11,7 @@ const HOSTNAME_WHITELIST = [ self.location.hostname, 'fonts.gstatic.com', 'fonts.googleapis.com', - 'cdn.jsdelivr.net', - 'embed.runkit.com' + 'cdn.jsdelivr.net' ]; // The Util Function to hack URLs of intercepted requests