Your post looks like this to me:
The issue is happening on my iPhone and both my Macโs. Was there a forum update recently?
I found the issue, the emojis aren't being hosted using HTTPS and more secure browser config's are blocking access:
Code: Select all
https://twemoji.maxcdn.com/2/svg/1f60e.svg
However, Chrome and Edge are both suggesting there is something funky going on with the way twemoji is hosting the emojis (I've removed my domain name from the error).Safari warns you when a website has a certificate that is not valid. This may happen if the website is misconfigured or an attacker has compromised your connection.
Im running a small business grade Synology Router (RT6600ax) with dynamic dns hosted by Synology - Im not seeing any issues on other forums I frequent.This server could not prove that it is twemoji. maxcdn.com; its security certificate is from <my Synology DNS domain>. This may be caused by a misconfiguration or an attacker intercepting your connection.
Yep:
Code: Select all
https://www.f1technical.net/forum/viewtopic.php?p=1148631#p1148631
Code: Select all
<div class="content">Hi Admins and Mods, I've noticed that for the last week or so, Unicode Emojis have been non-functional. The board smilies work, eg <img class="smilies" src="./images/smilies/icon_cool.gif" width="15" height="17" alt="8)" title="Cool"> but Unicode Emojis result in a series of question mark icons instead. eg <img alt="๐" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/1f60e.svg"><img alt="๐" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/1f596.svg"></div>
Cool, all good and no hurry - it's not a dealbreaker, I just thought it odd that no one else had seen the issue.Steven wrote: โ23 Jul 2023, 10:08So the issue occurs because of the redirect that I mentioned.
It turns out the newer forum version that I'm testing is using the new url directly which should sort this problem.
I'll see if I can apply a quickfix but otherwise I can only ask for a bit of patience.