Возможно ли встроить 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 лайк