Hi Mates!
any idea please why:
for local developemt purposes, in iFrame card I cannot place code like:
<iframe
width="800"
height="600"
src="http://127.0.0.1:10001/api/photo?id={{photo_id}}&width=800"
title="Foto"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
also not src="http://myhost.com:10001
when putting myhost.com
to the hosts file.
I shows that
I added of course these local "domains" to the Allowed domains for iframes in dashboards
myhost.com,
127.0.0.1,
Thanks!
Dawe