spring security(4.0.1.Release)默认为https协议设置HSTS主机,你可以在响应头中看到String.fromCharCode(e.keyCode)
(我使用的是Firefox> Web开发>网络)。
但是当我查看firefox控制台时,我看到一条错误消息:Strict-Transport-Security: max-age=31536000 ;
我还在spring config中手动设置了hsts标题:
The site specified an invalid Strict-Transport-Security header.
生成相同的响应标头,FireFox再次显示错误。
根据https://developer.mozilla.org/docs/Security/HTTP_Strict_Transport_Security标题必须正确!
有任何意见吗?!
答案 0 :(得分:1)
我发现这是The site specified an invalid Strict-Transport-Security header - firebug中提到的Firefox中的一个错误。
自签名证书似乎会产生此问题。
答案 1 :(得分:0)