Ghost html iframe issues

Hello,

I try to embed html iframes, but they don’t show up.
Everything stays blank. The html links are working.
If I embed some random video links they work without any problem.

Is there any approach to fix this problem ?

Solved! Turned out I had issues with mixed content (https/http).

I simply added
…meta http-equiv=“Content-Security-Policy” content=“upgrade-insecure-requests”…
via code injection and now I can embed http links.

1 Like