Using published pages in iframes on Ghost

I don’t know, but there is a hidden site setting allow_embedding_site_in_an_iframe that you could try.

./launcher enter app
rails c
SiteSetting.allow_embedding_site_in_an_iframe=true
exit
exit
3 Likes