錯誤信息:
Refused to display 'https://github.com/hwclass/awesome-sound' in a frame because it set 'X-Frame-Options' to 'deny
解決方法
在配置中添加:
http
.headers()
.frameOptions().sameOrigin()
.httpStrictTransportSecurity().disable()
點擊查看mozilla文檔
