错误信息:
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文档
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()
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。