rstudio / shiny

Easy interactive web applications with R
https://shiny.posit.co/
Other
5.37k stars 1.86k forks source link

favicon.ico #833

Open yihui opened 9 years ago

yihui commented 9 years ago

Does it make sense for us to provide a favicon.ico in shiny? It is a little annoying to see this 404 error in the JavaScript console (in Chrome):

http://127.0.0.1:5137/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)

wch commented 9 years ago

I think it does. Sounds like we need a cool logo!

jcheng5 commented 9 years ago

According to this we could also just return a 0 byte file to squelch the error: http://stackoverflow.com/questions/4269695/do-i-need-to-have-a-favicon-on-my-site-how-do-i-get-rid-of-the-erros-i-see-in-m