Skip to content

Commit

Permalink
Fix #77: Whitelist certain assets
Browse files Browse the repository at this point in the history
  • Loading branch information
openjck committed Apr 7, 2018
1 parent f5fe1b9 commit 518ce69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 518ce69

Please sign in to comment.