Is it possible to embed Discourse in another Discourse?

Should I be able to embed one Discourse into another?

I tried this:

after_header

<d-topics-list discourse-url="https://meta.discourse.org/" category="14" per-page="10"></d-topics-list>

head

<script src="https://meta.discourse.org/javascripts/embed-topics.js"></script>

But I see this where the embed would be: " meta.discourse.org refused to connect." and this in the javascript console:

Refused to frame 'https://meta.discourse.org/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' https://embed.eviltrout.com https://blog.discourse.org https://civilized-discourse-construction-kit-inc.ghost.io".

I tried adding all of those to content security policy script src

1 Like