Deprecate HPKP security header
Closes gh-10144
This commit is contained in:
+4
@@ -110,7 +110,11 @@ import org.springframework.util.Assert;
|
||||
* @author Tim Ysewyn
|
||||
* @author Ankur Pathak
|
||||
* @since 4.1
|
||||
* @deprecated see <a href=
|
||||
* "https://owasp.org/www-community/controls/Certificate_and_Public_Key_Pinning">Certificate
|
||||
* and Public Key Pinning</a> for more context
|
||||
*/
|
||||
@Deprecated
|
||||
public final class HpkpHeaderWriter implements HeaderWriter {
|
||||
|
||||
private static final long DEFAULT_MAX_AGE_SECONDS = 5184000;
|
||||
|
||||
Reference in New Issue
Block a user