本地部署的Axure cloud,原型画的页面,放在内联框架里打打开,但上传后就无法打开,提示“ 拒绝了我们的连接请求”
错误提示里显示Refused to display '域名地址' in a frame because it set 'X-Frame-Options' to 'deny
在customsetting.config里已经增加了customheader,有没有大佬能帮下,万分感谢!
"CustomHeaders": {
"Strict-Transport-Security": "max-age=31536000",
"Content-Security-Policy": "default-src *; img-src * data:; script-src 'self' 'unsafe-inline'",
"Referrer-Policy": "strict-origin-when-cross-origin"
}