Favicon is not showing on chrome
问题 Favicon icon is not showing on chrome browser but it is coming on firefox.I am using this line of code : <link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" /> 回答1: You can not show it in Chrome. Default Globe icon will be displayed for http sites and lock icon will be default for https sites. 来源: https://stackoverflow.com/questions/12705906/favicon-is-not-showing-on-chrome