无效的“X-Frame-Options”标头。“ ”不是公认的指令

Bre*_*ody 5 iframe x-frame-options zuora

我正在使用 Zuora 托管支付 iframe。简而言之,您可以加载 Zuora 库以访问Z包含 Zuora API 方法的对象。使用Z.render()渲染支付形式到iframe。

当 iframe 加载时,控制台中会显示此错误:

Invalid 'X-Frame-Options' Header when loading '[URL-HERE]': ' ' is not a recognized directive. The header will be ignored.
Run Code Online (Sandbox Code Playgroud)

基于该MDN文档的X-框架选项可用的指令是DENYSAMEORIGINALLOWFROM [URL]

这个指令是否应该在我们发出请求的服务器上设置?或者这是电子商务API的问题?