Hi
I'm getting mixed content errors and it seems to only be coming from images I've linked using theme:// e.g.
<link rel='shortcut icon' href="{{ url('theme://images/favicon/favicon.ico', true) }}" />
Where can I set what theme:// equals and change it to https?
I know I can do a htaccess http -> https redirect but I thought updating this theme variable might be a cleaner solution