I am using following code to display favicon.ico:
<link rel="shortcut icon" type="image/x-icon" href="https://{domain}/res/202009100200/images/favicon/en/favicon.ico"/>
Using this URL favicon.ico loads correctly. But Chrome does not show any favicon and if I inspect via Development console I realize it tries to load favicon from site's root (where it obviusly does not exist).
Why is Chrome trying to find favicon in site's root instead of the location I provide? In Firefox and Edge it works.