[flask] favicon 오류
2018. 2. 19. 10:30ㆍPython
stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests
How to prevent favicon.ico requests?
I don't have a favicon.ico, but my browser always makes a request for it. Is it possible to prevent the browser from making a request for the favicon from my site? Maybe some META-TAG in the HTML h...
stackoverflow.com
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
반응형
'Python' 카테고리의 다른 글
파이썬 인터프리터는 어디에? (0) | 2022.04.06 |
---|---|
[Pandas] DataFrame 공백 제거 (0) | 2021.09.17 |
pyplot import 오류 (0) | 2018.06.25 |