# HTML

## 如何阻止 favicon.ico 請求

參考資料:([https://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests#](https://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests))

```
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 
```

##
