diff --git a/lib/server.js b/lib/server.js index 1dfbbad..969ad68 100644 --- a/lib/server.js +++ b/lib/server.js @@ -58,7 +58,7 @@ class Server { res.writeHead(200, { 'Content-Type': 'image/png', 'Content-Length': buf.length, - 'Cache-Control': 'max-age=604800' // Cache hashed favicon for 7 days + 'Cache-Control': 'public, max-age=604800' // Cache hashed favicon for 7 days }).end(buf) return true