MaxKB嵌入vue网页跨域问题

在嵌入其他网站的过程中 出现跨域问题:


The Cross-Origin-Opener-Policy header has been ignored, because the URL's origin was untrustworthy. It was defined either in the final response or a redirect. Please deliver the response using the HTTPS protocol. You can also use the 'localhost' origin instead. See https://www.w3.org/TR/powerful-features/#potentially-trustworthy-origin and https://html.spec.whatwg.org/#the-cross-origin-opener-policy-header.

部署maxkb的方式:
docker
部署站点协议:
http

已在应用设置中设置允许跨域


但是仍然提示其报错
响应标头仍然是:
Cross-Origin-Opener-Policy: same-origin

避免COOP问题需要将系统配置成HTTPS协议。