diff --git a/static/sw.js b/static/sw.js index ef6e761ad..792172228 100644 --- a/static/sw.js +++ b/static/sw.js @@ -13,6 +13,7 @@ self.addEventListener("fetch", async (event) => { const host = new URL(event.request.url).host; if ( [ + "localhost:5000", "localhost:5005", "api.monkeytype.com", "api.github.com",