能否将 Discourse 嵌入到另一个 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 个赞