Hi! I'm trying to add the Discord widget to our wiki, which is an iframe code generated by Discord itself. I see iframe is not parsed/allowed, is there a way I can enable it?
The code Discord produces looks like this:
<iframe src="https://discord.com/widget?id=[IDHERE]&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
Thanks for any help!