From 518ce69dc8c4d880a8ffc2b43e510108832f7bb7 Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Sat, 7 Apr 2018 01:45:50 -0400 Subject: [PATCH] Fix #77: Whitelist certain assets --- static.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static.json b/static.json index f94d2ddb..e540aa18 100644 --- a/static.json +++ b/static.json @@ -20,6 +20,11 @@ "/__heartbeat__": "/ops/heartbeat.html", "/__lbheartbeat__": "/ops/lbheartbeat.html", "/__version__": "/ops/version.json", + "/static/*": "/static/", + "/icons/*": "/icons/", + "/asset-manifest.json": "/asset-manifest.json", + "/manifest.json": "/manifest.json", + "/service-worker.js": "/service-worker.js", "/**": "index.html" } }