I'm trying to display the favicon of the website https://ecowereld.shop in Firefox, but whatever I do, it is not working. In other browsers it works.
In the <head> of the website (via template custom code) I have placed the following lines of code:
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link type="image/x-icon" rel="icon" href="/favicon.ico"/>
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico"/>
All the files are placed in the root of the website and in the template folder (and some other folders to try it out), but still no favicon in Firefox. Of course trying to empty cache files, but with no success. Also tried on other computers, which never have visited the website before, but also no favicon.
Anyone got an idea?