In Firefox I can use a ui-template to override the dashboard favicon, giving me a visual indication of which Node-red machine I am viewing (In this case glasspi):
However, this technique does not work on Brave or other Chrome based browsers because the link tab is rendered in the page body.
Chrome will not fetch it unless it's in the header, so Flowfuse's specified favicon is displayed instead.
So is there a better way to replace the favicon?
Note: The default favicon html, in the header, is
<link href="/dashboard/favicon.ico" rel="icon" type="image/x-icon">
<link rel="alternate icon" href="/dashboard/favicon.svg" type="image/svg+xml" sizes="16x16">
But at this point /dashboard/favicon.svg seems to be interpreted as ~/.node-red/node_modules/@flowfuse/node-red-dashboard/dist/favicon.svg NOT ~/.node-red/node-red-static/dashboard/favicon.svg


