I am trying to add a Spotify player with HTML embed and a CMS field for the Spotify html link. Its working great if I use a static link but when I add the CMS field then there is added some extra html that makes an error (Refused to display ‘’ in a frame because an ancestor violates the following Content Security Policy directive: “frame-ancestors ‘none’”.)
Is it a bug or is there something I have overseen
@perkristian - It would be important to see the actual embed code, copied from within the embed. If your post has that already, you will need to clean up the source as this is not valid html.
This is the code that is pasted in to the HTML embed: <iframe src=«CMS Field" width=“300” height=“80” frameborder=“0” allowtransparency=“true” allow=“encrypted-media”></iframe> > >
The iframe source (src) marked “CMS field” is an dynamic html field (cms) with a HTML embed adress provided from Spotify. I made it with static links first and that worked fine then I replaced the static link with the dynamic field then the #document with html, head body gets added to the code and the error shows up in the console.