Discourseを別のDiscourseに埋め込むことは可能ですか?

別のDiscourseを埋め込めますか?

これを試しました:

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>

しかし、埋め込みたい場所に「meta.discourse.org は接続を拒否しました。」と表示され、JavaScriptコンソールには次のように表示されます。

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".

content security policy script src にそれらすべてを追加しようとしました。

「いいね!」 1