Embedded dashboard not working

Hi All , I am having problem embedding dashboard with in html page :
Page says unable to connect and developer console says - because an ancestor violates the following Content Security Policy directive: "frame-ancestors *".

Do we have steps to come over this anywhere .
html code
"""
html>
iframe
src="http://myserverip>:3000/public/dashboard/e1e1784c-f2be-44d5-a3cf-a7xxxxxxxxx"
frameborder="0"
width="800"
height="600"
allowtransparency
/iframe
/html
"""

Hi @rhimanshu
Browsers are becoming very strict with how embedding is allowed.
I would recommend that you setup Metabase on a domain with HTTPS (and make sure to update Admin > Settings > General > Site URL).
If you search the forum, you'll find several other topics about this and alternative workaround like removing CSP headers (not recommended).