diff options
Diffstat (limited to 'proxy')
| -rw-r--r-- | proxy/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/index.js b/proxy/index.js index 844bf3e7..f9203fc7 100644 --- a/proxy/index.js +++ b/proxy/index.js @@ -102,7 +102,7 @@ function stream (req, res) { url = 'index.html' mime = 'text/html' } - if (url == '/cordova.js') { + if (url == '/cordova.js' || url == 'favicon.ico') { res.writeHead(200, 'OK', { 'Content-type': 'application/javascript' }) res.end('{}') return |
